Html Css Color HEX #CC56CB Fuchsia

📋 copy color: '#CC56CB'

red 204 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #CC56CB

Tints of Fuchsia #CC56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 41.38%
G = 17.44%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC56CB (or 0xCC56CB) is known color: Fuchsia. HEX triplet: CC, 56 and CB. RGB value is (204,86,203). Sum of RGB (Red+Green+Blue) = 204+86+203=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56CB is #33A934. Grayscale: #868686. Windows color (decimal): -3385653 or 13326028. OLE color: 13326028.

HSL color Cylindrical-coordinate representation of color #CC56CB: hue angle of 300.51º 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 #CC56CB is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 203 -
CMYK 0 0.58 0.00 0.2
HSL 300.51º 0.54% 0.57% -
HSV(B) 300.51º 0.58% 0.8% -
XYZ 39.01 23.8 59.04 -
YUV 134.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 204 86 203 0 0.58 0.00 0.2 300.51 0.54 0.57
Hex CC 56 CB 0 3A 0 14 12D 36 39
Octal 314 126 313 0 72 0 24 455 66 71
Binary 11001100 1010110 11001011 0 111010 0 10100 100101101 110110 111001

Color Harmonies of #CC56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56CB

Black with #CC56CB

Text Example


Text Example

White with #CC56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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