Html Css Color HEX #CC489B Mulberry

📋 copy color: '#CC489B'

red 204 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #CC489B

Tints of Mulberry #CC489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 47.33%
G = 16.71%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC489B (or 0xCC489B) is known color: Mulberry. HEX triplet: CC, 48 and 9B. RGB value is (204,72,155). Sum of RGB (Red+Green+Blue) = 204+72+155=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC489B is #33B764. Grayscale: #787878. Windows color (decimal): -3389285 or 10176716. OLE color: 10176716.

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

Color convert

RGB 204 72 155 -
CMYK 0 0.65 0.24 0.2
HSL 322.27º 0.56% 0.54% -
HSV(B) 322.27º 0.65% 0.8% -
XYZ 33.14 19.84 33.09 -
YUV 120.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 204 72 155 0 0.65 0.24 0.2 322.27 0.56 0.54
Hex CC 48 9B 0 41 18 14 142 38 36
Octal 314 110 233 0 101 30 24 502 70 66
Binary 11001100 1001000 10011011 0 1000001 11000 10100 101000010 111000 110110

Color Harmonies of #CC489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC489B

Black with #CC489B

Text Example


Text Example

White with #CC489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC489B; }

 p { color: rgb(204,72,155); }

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

background-color css

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

 a { background-color: rgb(204,72,155); }

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

border-color css

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

 span { border-color: rgb(204,72,155); }

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