Html Css Color HEX #CC588C Mulberry

📋 copy color: '#CC588C'

red 204 ◦ green 88 ◦ blue 140

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

Shades of Mulberry #CC588C

Tints of Mulberry #CC588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

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

R = 47.22%
G = 20.37%
B = 32.41%

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

#CC588C (or 0xCC588C) is known color: Mulberry. HEX triplet: CC, 58 and 8C. RGB value is (204,88,140). Sum of RGB (Red+Green+Blue) = 204+88+140=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC588C is #33A773. Grayscale: #808080. Windows color (decimal): -3385204 or 9197772. OLE color: 9197772.

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

Color convert

RGB 204 88 140 -
CMYK 0 0.57 0.31 0.2
HSL 333.1º 0.53% 0.57% -
HSV(B) 333.1º 0.57% 0.8% -
XYZ 33.13 21.71 27.26 -
YUV 128.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 204 88 140 0 0.57 0.31 0.2 333.1 0.53 0.57
Hex CC 58 8C 0 39 1F 14 14D 35 39
Octal 314 130 214 0 71 37 24 515 65 71
Binary 11001100 1011000 10001100 0 111001 11111 10100 101001101 110101 111001

Color Harmonies of #CC588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC588C

Black with #CC588C

Text Example


Text Example

White with #CC588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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