Html Css Color HEX #CC56BB Fuchsia

📋 copy color: '#CC56BB'

red 204 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #CC56BB

Tints of Fuchsia #CC56BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 42.77%
G = 18.03%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC56BB (or 0xCC56BB) is known color: Fuchsia. HEX triplet: CC, 56 and BB. RGB value is (204,86,187). Sum of RGB (Red+Green+Blue) = 204+86+187=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56BB is #33A944. Grayscale: #848484. Windows color (decimal): -3385669 or 12277452. OLE color: 12277452.

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

Color convert

RGB 204 86 187 -
CMYK 0 0.58 0.08 0.2
HSL 308.64º 0.54% 0.57% -
HSV(B) 308.64º 0.58% 0.8% -
XYZ 37.2 23.08 49.51 -
YUV 132.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 204 86 187 0 0.58 0.08 0.2 308.64 0.54 0.57
Hex CC 56 BB 0 3A 8 14 135 36 39
Octal 314 126 273 0 72 10 24 465 66 71
Binary 11001100 1010110 10111011 0 111010 1000 10100 100110101 110110 111001

Color Harmonies of #CC56BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56BB

Black with #CC56BB

Text Example


Text Example

White with #CC56BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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