Html Css Color HEX #CC4F84 Mulberry

📋 copy color: '#CC4F84'

red 204 ◦ green 79 ◦ blue 132

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

Shades of Mulberry #CC4F84

Tints of Mulberry #CC4F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

 BLUE value IS 132 (51.95% from 255) = 31.81%

R = 49.16%
G = 19.04%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4F84 (or 0xCC4F84) is known color: Mulberry. HEX triplet: CC, 4F and 84. RGB value is (204,79,132). Sum of RGB (Red+Green+Blue) = 204+79+132=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F84 is #33B07B. Grayscale: #7A7A7A. Windows color (decimal): -3387516 or 8671180. OLE color: 8671180.

HSL color Cylindrical-coordinate representation of color #CC4F84: hue angle of 334.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F84 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 132 -
CMYK 0 0.61 0.35 0.2
HSL 334.56º 0.55% 0.55% -
HSV(B) 334.56º 0.61% 0.8% -
XYZ 31.86 20.1 24.03 -
YUV 122.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 204 79 132 0 0.61 0.35 0.2 334.56 0.55 0.55
Hex CC 4F 84 0 3D 23 14 14F 37 37
Octal 314 117 204 0 75 43 24 517 67 67
Binary 11001100 1001111 10000100 0 111101 100011 10100 101001111 110111 110111

Color Harmonies of #CC4F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F84

Black with #CC4F84

Text Example


Text Example

White with #CC4F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F84; }

 p { color: rgb(204,79,132); }

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

background-color css

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

 a { background-color: rgb(204,79,132); }

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

border-color css

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

 span { border-color: rgb(204,79,132); }

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