#CA5BB2

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

Shades of Fuchsia #CA5BB2

Tints of Fuchsia #CA5BB2

Color information

#CA5BB2 (or 0xCA5BB2) is unknown color: approx Fuchsia. HEX triplet: CA, 5B and B2. RGB value is (202,91,178). Sum of RGB (Red+Green+Blue) = 202+91+178=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BB2 is #35A44D. Grayscale: #858585. Windows color (decimal): -3515470 or 11688906. OLE color: 11688906.

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

Color convert

RGB20291178-
CMYK00.550.120.21
HSL312.97º51.15%57.45%-
HSV(B)312.97º54.95%79.22%-
XYZ36.1323.2544.7-
YUV134.11152.77176.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=42.89%
G=19.32%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029117800.550.120.21312.9751.1557.45
HexCA5BB2037C151393339
Octal31213326206714254716371
Binary110010101011011101100100110111110010101100111001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5BB2; }

 p { color: rgb(202,91,178); }

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

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

 a { background-color: rgb(202,91,178); }

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

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

 span { border-color: rgb(202,91,178); }

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