Html Css Color HEX #CC59CE Fuchsia

📋 copy color: '#CC59CE'

red 204 ◦ green 89 ◦ blue 206

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

Shades of Fuchsia #CC59CE

Tints of Fuchsia #CC59CE

RGB

 RED value IS 204 (80.08% from 255) = 40.88%

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 40.88%
G = 17.84%
B = 41.28%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC59CE (or 0xCC59CE) is known color: Fuchsia. HEX triplet: CC, 59 and CE. RGB value is (204,89,206). Sum of RGB (Red+Green+Blue) = 204+89+206=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59CE is #33A631. Grayscale: #888888. Windows color (decimal): -3384882 or 13523404. OLE color: 13523404.

HSL color Cylindrical-coordinate representation of color #CC59CE: hue angle of 298.97º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC59CE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 89 206 -
CMYK 0.01 0.57 0 0.19
HSL 298.97º 0.54% 0.58% -
HSV(B) 298.97º 0.57% 0.81% -
XYZ 39.61 24.44 61.02 -
YUV 136.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 204 89 206 0.01 0.57 0 0.19 298.97 0.54 0.58
Hex CC 59 CE 1 39 0 13 12B 36 3A
Octal 314 131 316 1 71 0 23 453 66 72
Binary 11001100 1011001 11001110 1 111001 0 10011 100101011 110110 111010

Color Harmonies of #CC59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59CE

Black with #CC59CE

Text Example


Text Example

White with #CC59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59CE; }

 p { color: rgb(204,89,206); }

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

background-color css

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

 a { background-color: rgb(204,89,206); }

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

border-color css

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

 span { border-color: rgb(204,89,206); }

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