Html Css Color HEX #CC56AD Fuchsia

📋 copy color: '#CC56AD'

red 204 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #CC56AD

Tints of Fuchsia #CC56AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 44.06%
G = 18.57%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC56AD (or 0xCC56AD) is known color: Fuchsia. HEX triplet: CC, 56 and AD. RGB value is (204,86,173). Sum of RGB (Red+Green+Blue) = 204+86+173=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56AD is #33A952. Grayscale: #828282. Windows color (decimal): -3385683 or 11359948. OLE color: 11359948.

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

Color convert

RGB 204 86 173 -
CMYK 0 0.58 0.15 0.2
HSL 315.76º 0.54% 0.57% -
HSV(B) 315.76º 0.58% 0.8% -
XYZ 35.77 22.51 41.99 -
YUV 131.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 204 86 173 0 0.58 0.15 0.2 315.76 0.54 0.57
Hex CC 56 AD 0 3A F 14 13C 36 39
Octal 314 126 255 0 72 17 24 474 66 71
Binary 11001100 1010110 10101101 0 111010 1111 10100 100111100 110110 111001

Color Harmonies of #CC56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56AD

Black with #CC56AD

Text Example


Text Example

White with #CC56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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