#ca4cb6

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

Shades of Fuchsia #CA4CB6

Tints of Fuchsia #CA4CB6

Color information

#CA4CB6 (or 0xCA4CB6) is unknown color: approx Fuchsia. HEX triplet: CA, 4C and B6. RGB value is (202,76,182). Sum of RGB (Red+Green+Blue) = 202+76+182=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CB6 is #35B349. Grayscale: #7D7D7D. Windows color (decimal): -3519306 or 11947210. OLE color: 11947210.

HSL color Cylindrical-coordinate representation of color #CA4CB6: hue angle of 309.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4CB6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20276182-
CMYK00.620.100.21
HSL309.52º54.31%54.51%-
HSV(B)309.52º62.38%79.22%-
XYZ35.3921.146.46-
YUV125.76159.74182.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=43.91%
G=16.52%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027618200.620.100.21309.5254.3154.51
HexCA4CB603EA151363637
Octal31211426607612254666667
Binary110010101001100101101100111110101010101100110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4cb6; }

 p { color: rgb(202,76,182); }

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

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

 a { background-color: rgb(202,76,182); }

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

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

 span { border-color: rgb(202,76,182); }

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