#CA4BBC

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

Shades of Fuchsia #CA4BBC

Tints of Fuchsia #CA4BBC

Color information

#CA4BBC (or 0xCA4BBC) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and BC. RGB value is (202,75,188). Sum of RGB (Red+Green+Blue) = 202+75+188=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BBC is #35B443. Grayscale: #7D7D7D. Windows color (decimal): -3519556 or 12340170. OLE color: 12340170.

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

Color convert

RGB20275188-
CMYK00.630.070.21
HSL306.61º54.51%54.31%-
HSV(B)306.61º62.87%79.22%-
XYZ35.9521.2249.78-
YUV125.86163.08182.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=43.44%
G=16.13%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027518800.630.070.21306.6154.5154.31
HexCA4BBC03F7151333736
Octal3121132740777254636766
Binary11001010100101110111100011111111110101100110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BBC; }

 p { color: rgb(202,75,188); }

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

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

 a { background-color: rgb(202,75,188); }

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

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

 span { border-color: rgb(202,75,188); }

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