Html Css Color HEX #CC558C Mulberry

📋 copy color: '#CC558C'

red 204 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #CC558C

Tints of Mulberry #CC558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.81%

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

R = 47.55%
G = 19.81%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC558C (or 0xCC558C) is known color: Mulberry. HEX triplet: CC, 55 and 8C. RGB value is (204,85,140). Sum of RGB (Red+Green+Blue) = 204+85+140=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC558C is #33AA73. Grayscale: #7E7E7E. Windows color (decimal): -3385972 or 9197004. OLE color: 9197004.

HSL color Cylindrical-coordinate representation of color #CC558C: hue angle of 332.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC558C is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 140 -
CMYK 0 0.58 0.31 0.2
HSL 332.27º 0.54% 0.57% -
HSV(B) 332.27º 0.58% 0.8% -
XYZ 32.88 21.23 27.18 -
YUV 126.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 204 85 140 0 0.58 0.31 0.2 332.27 0.54 0.57
Hex CC 55 8C 0 3A 1F 14 14C 36 39
Octal 314 125 214 0 72 37 24 514 66 71
Binary 11001100 1010101 10001100 0 111010 11111 10100 101001100 110110 111001

Color Harmonies of #CC558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC558C

Black with #CC558C

Text Example


Text Example

White with #CC558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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