Html Css Color HEX #C059CA Fuchsia

📋 copy color: '#C059CA'

red 192 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #C059CA

Tints of Fuchsia #C059CA

RGB

 RED value IS 192 (75.39% from 255) = 39.75%

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 39.75%
G = 18.43%
B = 41.82%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C059CA (or 0xC059CA) is known color: Fuchsia. HEX triplet: C0, 59 and CA. RGB value is (192,89,202). Sum of RGB (Red+Green+Blue) = 192+89+202=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C059CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059CA is #3FA635. Grayscale: #848484. Windows color (decimal): -4171318 or 13261248. OLE color: 13261248.

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

Color convert

RGB 192 89 202 -
CMYK 0.05 0.56 0 0.21
HSL 294.69º 0.52% 0.57% -
HSV(B) 294.69º 0.56% 0.79% -
XYZ 35.97 22.62 58.35 -
YUV 132.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 192 89 202 0.05 0.56 0 0.21 294.69 0.52 0.57
Hex C0 59 CA 5 38 0 15 127 34 39
Octal 300 131 312 5 70 0 25 447 64 71
Binary 11000000 1011001 11001010 101 111000 0 10101 100100111 110100 111001

Color Harmonies of #C059CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059CA

Black with #C059CA

Text Example


Text Example

White with #C059CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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