Html Css Color HEX #CC55AB Fuchsia

📋 copy color: '#CC55AB'

red 204 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #CC55AB

Tints of Fuchsia #CC55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 44.35%
G = 18.48%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC55AB (or 0xCC55AB) is known color: Fuchsia. HEX triplet: CC, 55 and AB. RGB value is (204,85,171). Sum of RGB (Red+Green+Blue) = 204+85+171=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55AB is #33AA54. Grayscale: #828282. Windows color (decimal): -3385941 or 11228620. OLE color: 11228620.

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

Color convert

RGB 204 85 171 -
CMYK 0 0.58 0.16 0.2
HSL 316.64º 0.54% 0.57% -
HSV(B) 316.64º 0.58% 0.8% -
XYZ 35.5 22.27 40.96 -
YUV 130.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 204 85 171 0 0.58 0.16 0.2 316.64 0.54 0.57
Hex CC 55 AB 0 3A 10 14 13D 36 39
Octal 314 125 253 0 72 20 24 475 66 71
Binary 11001100 1010101 10101011 0 111010 10000 10100 100111101 110110 111001

Color Harmonies of #CC55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55AB

Black with #CC55AB

Text Example


Text Example

White with #CC55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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