Html Css Color HEX #CC57AB Fuchsia

📋 copy color: '#CC57AB'

red 204 ◦ green 87 ◦ blue 171

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

Shades of Fuchsia #CC57AB

Tints of Fuchsia #CC57AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.83%

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

R = 44.16%
G = 18.83%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC57AB (or 0xCC57AB) is known color: Fuchsia. HEX triplet: CC, 57 and AB. RGB value is (204,87,171). Sum of RGB (Red+Green+Blue) = 204+87+171=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC57AB is #33A854. Grayscale: #838383. Windows color (decimal): -3385429 or 11229132. OLE color: 11229132.

HSL color Cylindrical-coordinate representation of color #CC57AB: hue angle of 316.92º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC57AB is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 87 171 -
CMYK 0 0.57 0.16 0.2
HSL 316.92º 0.53% 0.57% -
HSV(B) 316.92º 0.57% 0.8% -
XYZ 35.66 22.59 41.01 -
YUV 131.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 204 87 171 0 0.57 0.16 0.2 316.92 0.53 0.57
Hex CC 57 AB 0 39 10 14 13D 35 39
Octal 314 127 253 0 71 20 24 475 65 71
Binary 11001100 1010111 10101011 0 111001 10000 10100 100111101 110101 111001

Color Harmonies of #CC57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57AB

Black with #CC57AB

Text Example


Text Example

White with #CC57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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