Html Css Color HEX #CC55AD Fuchsia

📋 copy color: '#CC55AD'

red 204 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #CC55AD

Tints of Fuchsia #CC55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 44.16%
G = 18.4%
B = 37.45%

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

#CC55AD (or 0xCC55AD) is known color: Fuchsia. HEX triplet: CC, 55 and AD. RGB value is (204,85,173). Sum of RGB (Red+Green+Blue) = 204+85+173=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55AD is #33AA52. Grayscale: #828282. Windows color (decimal): -3385939 or 11359692. OLE color: 11359692.

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

Color convert

RGB 204 85 173 -
CMYK 0 0.58 0.15 0.2
HSL 315.63º 0.54% 0.57% -
HSV(B) 315.63º 0.58% 0.8% -
XYZ 35.69 22.35 41.97 -
YUV 130.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 204 85 173 0 0.58 0.15 0.2 315.63 0.54 0.57
Hex CC 55 AD 0 3A F 14 13C 36 39
Octal 314 125 255 0 72 17 24 474 66 71
Binary 11001100 1010101 10101101 0 111010 1111 10100 100111100 110110 111001

Color Harmonies of #CC55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55AD

Black with #CC55AD

Text Example


Text Example

White with #CC55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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