Html Css Color HEX #CC479F Mulberry

📋 copy color: '#CC479F'

red 204 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #CC479F

Tints of Mulberry #CC479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 47%
G = 16.36%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC479F (or 0xCC479F) is known color: Mulberry. HEX triplet: CC, 47 and 9F. RGB value is (204,71,159). Sum of RGB (Red+Green+Blue) = 204+71+159=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC479F is #33B860. Grayscale: #787878. Windows color (decimal): -3389537 or 10438604. OLE color: 10438604.

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

Color convert

RGB 204 71 159 -
CMYK 0 0.65 0.22 0.2
HSL 320.3º 0.57% 0.54% -
HSV(B) 320.3º 0.65% 0.8% -
XYZ 33.41 19.85 34.87 -
YUV 120.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 204 71 159 0 0.65 0.22 0.2 320.3 0.57 0.54
Hex CC 47 9F 0 41 16 14 140 39 36
Octal 314 107 237 0 101 26 24 500 71 66
Binary 11001100 1000111 10011111 0 1000001 10110 10100 101000000 111001 110110

Color Harmonies of #CC479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC479F

Black with #CC479F

Text Example


Text Example

White with #CC479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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