Html Css Color HEX #CA5AAB Fuchsia

📋 copy color: '#CA5AAB'

red 202 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #CA5AAB

Tints of Fuchsia #CA5AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 43.63%
G = 19.44%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA5AAB (or 0xCA5AAB) is known color: Fuchsia. HEX triplet: CA, 5A and AB. RGB value is (202,90,171). Sum of RGB (Red+Green+Blue) = 202+90+171=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AAB is #35A554. Grayscale: #848484. Windows color (decimal): -3515733 or 11229898. OLE color: 11229898.

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

Color convert

RGB 202 90 171 -
CMYK 0 0.55 0.15 0.21
HSL 316.61º 0.51% 0.57% -
HSV(B) 316.61º 0.55% 0.79% -
XYZ 35.36 22.81 41.07 -
YUV 132.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 202 90 171 0 0.55 0.15 0.21 316.61 0.51 0.57
Hex CA 5A AB 0 37 F 15 13D 33 39
Octal 312 132 253 0 67 17 25 475 63 71
Binary 11001010 1011010 10101011 0 110111 1111 10101 100111101 110011 111001

Color Harmonies of #CA5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AAB

Black with #CA5AAB

Text Example


Text Example

White with #CA5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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