Html Css Color HEX #CA59BA Fuchsia

📋 copy color: '#CA59BA'

red 202 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #CA59BA

Tints of Fuchsia #CA59BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 42.35%
G = 18.66%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA59BA (or 0xCA59BA) is known color: Fuchsia. HEX triplet: CA, 59 and BA. RGB value is (202,89,186). Sum of RGB (Red+Green+Blue) = 202+89+186=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59BA is #35A645. Grayscale: #858585. Windows color (decimal): -3515974 or 12212682. OLE color: 12212682.

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

Color convert

RGB 202 89 186 -
CMYK 0 0.56 0.08 0.21
HSL 308.5º 0.52% 0.57% -
HSV(B) 308.5º 0.56% 0.79% -
XYZ 36.79 23.25 49 -
YUV 133.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 202 89 186 0 0.56 0.08 0.21 308.5 0.52 0.57
Hex CA 59 BA 0 38 8 15 134 34 39
Octal 312 131 272 0 70 10 25 464 64 71
Binary 11001010 1011001 10111010 0 111000 1000 10101 100110100 110100 111001

Color Harmonies of #CA59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59BA

Black with #CA59BA

Text Example


Text Example

White with #CA59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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