Html Css Color HEX #CC479D Mulberry

📋 copy color: '#CC479D'

red 204 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #CC479D

Tints of Mulberry #CC479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 47.22%
G = 16.44%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC479D (or 0xCC479D) is known color: Mulberry. HEX triplet: CC, 47 and 9D. RGB value is (204,71,157). Sum of RGB (Red+Green+Blue) = 204+71+157=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC479D is #33B862. Grayscale: #787878. Windows color (decimal): -3389539 or 10307532. OLE color: 10307532.

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

Color convert

RGB 204 71 157 -
CMYK 0 0.65 0.23 0.2
HSL 321.2º 0.57% 0.54% -
HSV(B) 321.2º 0.65% 0.8% -
XYZ 33.24 19.78 33.96 -
YUV 120.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 204 71 157 0 0.65 0.23 0.2 321.2 0.57 0.54
Hex CC 47 9D 0 41 17 14 141 39 36
Octal 314 107 235 0 101 27 24 501 71 66
Binary 11001100 1000111 10011101 0 1000001 10111 10100 101000001 111001 110110

Color Harmonies of #CC479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC479D

Black with #CC479D

Text Example


Text Example

White with #CC479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC479D; }

 p { color: rgb(204,71,157); }

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

background-color css

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

 a { background-color: rgb(204,71,157); }

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

border-color css

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

 span { border-color: rgb(204,71,157); }

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