Html Css Color HEX #CA5BB8 Fuchsia

📋 copy color: '#CA5BB8'

red 202 ◦ green 91 ◦ blue 184

#CA5BB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CA5BB8

Tints of Fuchsia #CA5BB8

RGB

 RED value IS 202 (79.3% from 255) = 42.35%

 GREEN value IS 91 (35.94% from 255) = 19.08%

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 42.35%
G = 19.08%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA5BB8 (or 0xCA5BB8) is known color: Fuchsia. HEX triplet: CA, 5B and B8. RGB value is (202,91,184). Sum of RGB (Red+Green+Blue) = 202+91+184=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BB8 is #35A447. Grayscale: #868686. Windows color (decimal): -3515464 or 12082122. OLE color: 12082122.

HSL color Cylindrical-coordinate representation of color #CA5BB8: hue angle of 309.73º 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 #CA5BB8 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 184 -
CMYK 0 0.55 0.09 0.21
HSL 309.73º 0.51% 0.57% -
HSV(B) 309.73º 0.55% 0.79% -
XYZ 36.75 23.5 47.95 -
YUV 134.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 202 91 184 0 0.55 0.09 0.21 309.73 0.51 0.57
Hex CA 5B B8 0 37 9 15 136 33 39
Octal 312 133 270 0 67 11 25 466 63 71
Binary 11001010 1011011 10111000 0 110111 1001 10101 100110110 110011 111001

Color Harmonies of #CA5BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BB8

Black with #CA5BB8

Text Example


Text Example

White with #CA5BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BB8; }

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

 H1.HeaderClassName
 {
   color: #CA5BB8;
 }
 .AnyTagClassName
 {
   color: #CA5BB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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