Html Css Color HEX #CC479E Mulberry

📋 copy color: '#CC479E'

red 204 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #CC479E

Tints of Mulberry #CC479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 47.11%
G = 16.4%
B = 36.49%

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

#CC479E (or 0xCC479E) is known color: Mulberry. HEX triplet: CC, 47 and 9E. RGB value is (204,71,158). Sum of RGB (Red+Green+Blue) = 204+71+158=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC479E is #33B861. Grayscale: #787878. Windows color (decimal): -3389538 or 10373068. OLE color: 10373068.

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

Color convert

RGB 204 71 158 -
CMYK 0 0.65 0.23 0.2
HSL 320.75º 0.57% 0.54% -
HSV(B) 320.75º 0.65% 0.8% -
XYZ 33.33 19.81 34.42 -
YUV 120.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 204 71 158 0 0.65 0.23 0.2 320.75 0.57 0.54
Hex CC 47 9E 0 41 17 14 141 39 36
Octal 314 107 236 0 101 27 24 501 71 66
Binary 11001100 1000111 10011110 0 1000001 10111 10100 101000001 111001 110110

Color Harmonies of #CC479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC479E

Black with #CC479E

Text Example


Text Example

White with #CC479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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