Html Css Color HEX #CA5AB0 Fuchsia

📋 copy color: '#CA5AB0'

red 202 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #CA5AB0

Tints of Fuchsia #CA5AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 43.16%
G = 19.23%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA5AB0 (or 0xCA5AB0) is known color: Fuchsia. HEX triplet: CA, 5A and B0. RGB value is (202,90,176). Sum of RGB (Red+Green+Blue) = 202+90+176=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AB0 is #35A54F. Grayscale: #858585. Windows color (decimal): -3515728 or 11557578. OLE color: 11557578.

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

Color convert

RGB 202 90 176 -
CMYK 0 0.55 0.13 0.21
HSL 313.93º 0.51% 0.57% -
HSV(B) 313.93º 0.55% 0.79% -
XYZ 35.85 23 43.62 -
YUV 133.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 202 90 176 0 0.55 0.13 0.21 313.93 0.51 0.57
Hex CA 5A B0 0 37 D 15 13A 33 39
Octal 312 132 260 0 67 15 25 472 63 71
Binary 11001010 1011010 10110000 0 110111 1101 10101 100111010 110011 111001

Color Harmonies of #CA5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AB0

Black with #CA5AB0

Text Example


Text Example

White with #CA5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AB0; }

 p { color: rgb(202,90,176); }

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

background-color css

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

 a { background-color: rgb(202,90,176); }

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

border-color css

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

 span { border-color: rgb(202,90,176); }

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