Html Css Color HEX #CC56B2 Fuchsia

📋 copy color: '#CC56B2'

red 204 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #CC56B2

Tints of Fuchsia #CC56B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 43.59%
G = 18.38%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC56B2 (or 0xCC56B2) is known color: Fuchsia. HEX triplet: CC, 56 and B2. RGB value is (204,86,178). Sum of RGB (Red+Green+Blue) = 204+86+178=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56B2 is #33A94D. Grayscale: #838383. Windows color (decimal): -3385678 or 11687628. OLE color: 11687628.

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

Color convert

RGB 204 86 178 -
CMYK 0 0.58 0.13 0.2
HSL 313.22º 0.54% 0.57% -
HSV(B) 313.22º 0.58% 0.8% -
XYZ 36.27 22.71 44.59 -
YUV 131.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 204 86 178 0 0.58 0.13 0.2 313.22 0.54 0.57
Hex CC 56 B2 0 3A D 14 139 36 39
Octal 314 126 262 0 72 15 24 471 66 71
Binary 11001100 1010110 10110010 0 111010 1101 10100 100111001 110110 111001

Color Harmonies of #CC56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56B2

Black with #CC56B2

Text Example


Text Example

White with #CC56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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