Html Css Color HEX #CC588B Mulberry

📋 copy color: '#CC588B'

red 204 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #CC588B

Tints of Mulberry #CC588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 47.33%
G = 20.42%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC588B (or 0xCC588B) is known color: Mulberry. HEX triplet: CC, 58 and 8B. RGB value is (204,88,139). Sum of RGB (Red+Green+Blue) = 204+88+139=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC588B is #33A774. Grayscale: #808080. Windows color (decimal): -3385205 or 9132236. OLE color: 9132236.

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

Color convert

RGB 204 88 139 -
CMYK 0 0.57 0.32 0.2
HSL 333.62º 0.53% 0.57% -
HSV(B) 333.62º 0.57% 0.8% -
XYZ 33.05 21.68 26.87 -
YUV 128.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 204 88 139 0 0.57 0.32 0.2 333.62 0.53 0.57
Hex CC 58 8B 0 39 20 14 14E 35 39
Octal 314 130 213 0 71 40 24 516 65 71
Binary 11001100 1011000 10001011 0 111001 100000 10100 101001110 110101 111001

Color Harmonies of #CC588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC588B

Black with #CC588B

Text Example


Text Example

White with #CC588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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