Html Css Color HEX #CA59AC Fuchsia

📋 copy color: '#CA59AC'

red 202 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #CA59AC

Tints of Fuchsia #CA59AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 43.63%
G = 19.22%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA59AC (or 0xCA59AC) is known color: Fuchsia. HEX triplet: CA, 59 and AC. RGB value is (202,89,172). Sum of RGB (Red+Green+Blue) = 202+89+172=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59AC is #35A653. Grayscale: #848484. Windows color (decimal): -3515988 or 11295178. OLE color: 11295178.

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

Color convert

RGB 202 89 172 -
CMYK 0 0.56 0.15 0.21
HSL 315.93º 0.52% 0.57% -
HSV(B) 315.93º 0.56% 0.79% -
XYZ 35.38 22.68 41.54 -
YUV 132.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 202 89 172 0 0.56 0.15 0.21 315.93 0.52 0.57
Hex CA 59 AC 0 38 F 15 13C 34 39
Octal 312 131 254 0 70 17 25 474 64 71
Binary 11001010 1011001 10101100 0 111000 1111 10101 100111100 110100 111001

Color Harmonies of #CA59AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59AC

Black with #CA59AC

Text Example


Text Example

White with #CA59AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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