Html Css Color HEX #CC588E Mulberry

📋 copy color: '#CC588E'

red 204 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #CC588E

Tints of Mulberry #CC588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 47%
G = 20.28%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC588E (or 0xCC588E) is known color: Mulberry. HEX triplet: CC, 58 and 8E. RGB value is (204,88,142). Sum of RGB (Red+Green+Blue) = 204+88+142=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC588E is #33A771. Grayscale: #808080. Windows color (decimal): -3385202 or 9328844. OLE color: 9328844.

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

Color convert

RGB 204 88 142 -
CMYK 0 0.57 0.30 0.2
HSL 332.07º 0.53% 0.57% -
HSV(B) 332.07º 0.57% 0.8% -
XYZ 33.27 21.77 28.04 -
YUV 128.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 204 88 142 0 0.57 0.30 0.2 332.07 0.53 0.57
Hex CC 58 8E 0 39 1E 14 14C 35 39
Octal 314 130 216 0 71 36 24 514 65 71
Binary 11001100 1011000 10001110 0 111001 11110 10100 101001100 110101 111001

Color Harmonies of #CC588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC588E

Black with #CC588E

Text Example


Text Example

White with #CC588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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