Html Css Color HEX #CC56BD Fuchsia

📋 copy color: '#CC56BD'

red 204 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #CC56BD

Tints of Fuchsia #CC56BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 42.59%
G = 17.95%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC56BD (or 0xCC56BD) is known color: Fuchsia. HEX triplet: CC, 56 and BD. RGB value is (204,86,189). Sum of RGB (Red+Green+Blue) = 204+86+189=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56BD is #33A942. Grayscale: #848484. Windows color (decimal): -3385667 or 12408524. OLE color: 12408524.

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

Color convert

RGB 204 86 189 -
CMYK 0 0.58 0.07 0.2
HSL 307.63º 0.54% 0.57% -
HSV(B) 307.63º 0.58% 0.8% -
XYZ 37.41 23.17 50.64 -
YUV 133.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 204 86 189 0 0.58 0.07 0.2 307.63 0.54 0.57
Hex CC 56 BD 0 3A 7 14 134 36 39
Octal 314 126 275 0 72 7 24 464 66 71
Binary 11001100 1010110 10111101 0 111010 111 10100 100110100 110110 111001

Color Harmonies of #CC56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56BD

Black with #CC56BD

Text Example


Text Example

White with #CC56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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