Html Css Color HEX #CC56CC Fuchsia

📋 copy color: '#CC56CC'

red 204 ◦ green 86 ◦ blue 204

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

Shades of Fuchsia #CC56CC

Tints of Fuchsia #CC56CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 41.3%
G = 17.41%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC56CC (or 0xCC56CC) is known color: Fuchsia. HEX triplet: CC, 56 and CC. RGB value is (204,86,204). Sum of RGB (Red+Green+Blue) = 204+86+204=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC56CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56CC is #33A933. Grayscale: #868686. Windows color (decimal): -3385652 or 13391564. OLE color: 13391564.

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

Color convert

RGB 204 86 204 -
CMYK 0 0.58 0 0.2
HSL 300º 0.54% 0.57% -
HSV(B) 300º 0.58% 0.8% -
XYZ 39.13 23.85 59.67 -
YUV 134.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 204 86 204 0 0.58 0 0.2 300 0.54 0.57
Hex CC 56 CC 0 3A 0 14 12C 36 39
Octal 314 126 314 0 72 0 24 454 66 71
Binary 11001100 1010110 11001100 0 111010 0 10100 100101100 110110 111001

Color Harmonies of #CC56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56CC

Black with #CC56CC

Text Example


Text Example

White with #CC56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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