Html Css Color HEX #CA59B3 Fuchsia

📋 copy color: '#CA59B3'

red 202 ◦ green 89 ◦ blue 179

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

Shades of Fuchsia #CA59B3

Tints of Fuchsia #CA59B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 42.98%
G = 18.94%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA59B3 (or 0xCA59B3) is known color: Fuchsia. HEX triplet: CA, 59 and B3. RGB value is (202,89,179). Sum of RGB (Red+Green+Blue) = 202+89+179=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59B3 is #35A64C. Grayscale: #848484. Windows color (decimal): -3515981 or 11753930. OLE color: 11753930.

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

Color convert

RGB 202 89 179 -
CMYK 0 0.56 0.11 0.21
HSL 312.21º 0.52% 0.57% -
HSV(B) 312.21º 0.56% 0.79% -
XYZ 36.07 22.96 45.18 -
YUV 133.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 202 89 179 0 0.56 0.11 0.21 312.21 0.52 0.57
Hex CA 59 B3 0 38 B 15 138 34 39
Octal 312 131 263 0 70 13 25 470 64 71
Binary 11001010 1011001 10110011 0 111000 1011 10101 100111000 110100 111001

Color Harmonies of #CA59B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59B3

Black with #CA59B3

Text Example


Text Example

White with #CA59B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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