Html Css Color HEX #CC578C Mulberry

📋 copy color: '#CC578C'

red 204 ◦ green 87 ◦ blue 140

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

Shades of Mulberry #CC578C

Tints of Mulberry #CC578C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 47.33%
G = 20.19%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC578C (or 0xCC578C) is known color: Mulberry. HEX triplet: CC, 57 and 8C. RGB value is (204,87,140). Sum of RGB (Red+Green+Blue) = 204+87+140=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC578C is #33A873. Grayscale: #7F7F7F. Windows color (decimal): -3385460 or 9197516. OLE color: 9197516.

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

Color convert

RGB 204 87 140 -
CMYK 0 0.57 0.31 0.2
HSL 332.82º 0.53% 0.57% -
HSV(B) 332.82º 0.57% 0.8% -
XYZ 33.04 21.55 27.23 -
YUV 128.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 204 87 140 0 0.57 0.31 0.2 332.82 0.53 0.57
Hex CC 57 8C 0 39 1F 14 14D 35 39
Octal 314 127 214 0 71 37 24 515 65 71
Binary 11001100 1010111 10001100 0 111001 11111 10100 101001101 110101 111001

Color Harmonies of #CC578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC578C

Black with #CC578C

Text Example


Text Example

White with #CC578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC578C; }

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

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

background-color css

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

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

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

border-color css

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

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

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