Html Css Color HEX #CA59AA Fuchsia

📋 copy color: '#CA59AA'

red 202 ◦ green 89 ◦ blue 170

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

Shades of Fuchsia #CA59AA

Tints of Fuchsia #CA59AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 43.82%
G = 19.31%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA59AA (or 0xCA59AA) is known color: Fuchsia. HEX triplet: CA, 59 and AA. RGB value is (202,89,170). Sum of RGB (Red+Green+Blue) = 202+89+170=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59AA is #35A655. Grayscale: #838383. Windows color (decimal): -3515990 or 11164106. OLE color: 11164106.

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

Color convert

RGB 202 89 170 -
CMYK 0 0.56 0.16 0.21
HSL 316.99º 0.52% 0.57% -
HSV(B) 316.99º 0.56% 0.79% -
XYZ 35.19 22.6 40.54 -
YUV 132.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 202 89 170 0 0.56 0.16 0.21 316.99 0.52 0.57
Hex CA 59 AA 0 38 10 15 13D 34 39
Octal 312 131 252 0 70 20 25 475 64 71
Binary 11001010 1011001 10101010 0 111000 10000 10101 100111101 110100 111001

Color Harmonies of #CA59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59AA

Black with #CA59AA

Text Example


Text Example

White with #CA59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59AA; }

 p { color: rgb(202,89,170); }

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

background-color css

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

 a { background-color: rgb(202,89,170); }

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

border-color css

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

 span { border-color: rgb(202,89,170); }

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