Html Css Color HEX #CC56C9 Fuchsia

📋 copy color: '#CC56C9'

red 204 ◦ green 86 ◦ blue 201

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

Shades of Fuchsia #CC56C9

Tints of Fuchsia #CC56C9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.52%

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 41.55%
G = 17.52%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC56C9 (or 0xCC56C9) is known color: Fuchsia. HEX triplet: CC, 56 and C9. RGB value is (204,86,201). Sum of RGB (Red+Green+Blue) = 204+86+201=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56C9 is #33A936. Grayscale: #868686. Windows color (decimal): -3385655 or 13194956. OLE color: 13194956.

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

Color convert

RGB 204 86 201 -
CMYK 0 0.58 0.01 0.2
HSL 301.53º 0.54% 0.57% -
HSV(B) 301.53º 0.58% 0.8% -
XYZ 38.77 23.71 57.79 -
YUV 134.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 204 86 201 0 0.58 0.01 0.2 301.53 0.54 0.57
Hex CC 56 C9 0 3A 1 14 12E 36 39
Octal 314 126 311 0 72 1 24 456 66 71
Binary 11001100 1010110 11001001 0 111010 1 10100 100101110 110110 111001

Color Harmonies of #CC56C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56C9

Black with #CC56C9

Text Example


Text Example

White with #CC56C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56C9; }

 p { color: rgb(204,86,201); }

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

background-color css

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

 a { background-color: rgb(204,86,201); }

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

border-color css

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

 span { border-color: rgb(204,86,201); }

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