Html Css Color HEX #CA59BC Fuchsia

📋 copy color: '#CA59BC'

red 202 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #CA59BC

Tints of Fuchsia #CA59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 42.17%
G = 18.58%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA59BC (or 0xCA59BC) is known color: Fuchsia. HEX triplet: CA, 59 and BC. RGB value is (202,89,188). Sum of RGB (Red+Green+Blue) = 202+89+188=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59BC is #35A643. Grayscale: #858585. Windows color (decimal): -3515972 or 12343754. OLE color: 12343754.

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

Color convert

RGB 202 89 188 -
CMYK 0 0.56 0.07 0.21
HSL 307.43º 0.52% 0.57% -
HSV(B) 307.43º 0.56% 0.79% -
XYZ 37.01 23.33 50.13 -
YUV 134.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 202 89 188 0 0.56 0.07 0.21 307.43 0.52 0.57
Hex CA 59 BC 0 38 7 15 133 34 39
Octal 312 131 274 0 70 7 25 463 64 71
Binary 11001010 1011001 10111100 0 111000 111 10101 100110011 110100 111001

Color Harmonies of #CA59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59BC

Black with #CA59BC

Text Example


Text Example

White with #CA59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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