Html Css Color HEX #CC57CE Fuchsia

📋 copy color: '#CC57CE'

red 204 ◦ green 87 ◦ blue 206

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

Shades of Fuchsia #CC57CE

Tints of Fuchsia #CC57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.51%

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

R = 41.05%
G = 17.51%
B = 41.45%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC57CE (or 0xCC57CE) is known color: Fuchsia. HEX triplet: CC, 57 and CE. RGB value is (204,87,206). Sum of RGB (Red+Green+Blue) = 204+87+206=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57CE is #33A831. Grayscale: #878787. Windows color (decimal): -3385394 or 13522892. OLE color: 13522892.

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

Color convert

RGB 204 87 206 -
CMYK 0.01 0.58 0 0.19
HSL 298.99º 0.55% 0.57% -
HSV(B) 298.99º 0.58% 0.81% -
XYZ 39.45 24.11 60.97 -
YUV 135.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 204 87 206 0.01 0.58 0 0.19 298.99 0.55 0.57
Hex CC 57 CE 1 3A 0 13 12B 37 39
Octal 314 127 316 1 72 0 23 453 67 71
Binary 11001100 1010111 11001110 1 111010 0 10011 100101011 110111 111001

Color Harmonies of #CC57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57CE

Black with #CC57CE

Text Example


Text Example

White with #CC57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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