#CA3CBD

Color #CA3CBD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA3CBD

Tints of Fuchsia #CA3CBD

Color information

#CA3CBD (or 0xCA3CBD) is unknown color: approx Fuchsia. HEX triplet: CA, 3C and BD. RGB value is (202,60,189). Sum of RGB (Red+Green+Blue) = 202+60+189=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CBD is #35C342. Grayscale: #747474. Windows color (decimal): -3523395 or 12401866. OLE color: 12401866.

HSL color Cylindrical-coordinate representation of color #CA3CBD: hue angle of 305.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3CBD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20260189-
CMYK00.700.060.21
HSL305.49º57.26%51.37%-
HSV(B)305.49º70.3%79.22%-
XYZ35.1619.4650.05-
YUV117.16168.54188.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 60 (23.83% from 255) = 13.30%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=44.79%
G=13.30%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026018900.700.060.21305.4957.2651.37
HexCA3CBD0466151313933
Octal3127427501066254617163
Binary11001010111100101111010100011011010101100110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3CBD; }

 p { color: rgb(202,60,189); }

 H1.HeaderClassName
 {
   color: #CA3CBD;
 }
 .AnyTagClassName
 {
   color: #CA3CBD;
 }
</style>
background-color css

<style>
 a { background-color: #CA3CBD; }

 a { background-color: rgb(202,60,189); }

 div.DivClassName
 {
   background-color: #CA3CBD;
 }
 .BgClassName
 {
   background-color: #CA3CBD;
 }
</style>
border-color css

<style>
 span { border-color: #CA3CBD; }

 span { border-color: rgb(202,60,189); }

 td.TdClassName
 {
   border-color: #CA3CBD;
 }
 .TagClassName
 {
   border-color: #CA3CBD;
 }
</style>