Html Css Color HEX #CC57A8 Mulberry

📋 copy color: '#CC57A8'

red 204 ◦ green 87 ◦ blue 168

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

Shades of Mulberry #CC57A8

Tints of Mulberry #CC57A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 44.44%
G = 18.95%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC57A8 (or 0xCC57A8) is known color: Mulberry. HEX triplet: CC, 57 and A8. RGB value is (204,87,168). Sum of RGB (Red+Green+Blue) = 204+87+168=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC57A8 is #33A857. Grayscale: #838383. Windows color (decimal): -3385432 or 11032524. OLE color: 11032524.

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

Color convert

RGB 204 87 168 -
CMYK 0 0.57 0.18 0.2
HSL 318.46º 0.53% 0.57% -
HSV(B) 318.46º 0.57% 0.8% -
XYZ 35.38 22.48 39.52 -
YUV 131.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 204 87 168 0 0.57 0.18 0.2 318.46 0.53 0.57
Hex CC 57 A8 0 39 12 14 13E 35 39
Octal 314 127 250 0 71 22 24 476 65 71
Binary 11001100 1010111 10101000 0 111001 10010 10100 100111110 110101 111001

Color Harmonies of #CC57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57A8

Black with #CC57A8

Text Example


Text Example

White with #CC57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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