Html Css Color HEX #CC4A84 Mulberry

📋 copy color: '#CC4A84'

red 204 ◦ green 74 ◦ blue 132

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

Shades of Mulberry #CC4A84

Tints of Mulberry #CC4A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 49.76%
G = 18.05%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4A84 (or 0xCC4A84) is known color: Mulberry. HEX triplet: CC, 4A and 84. RGB value is (204,74,132). Sum of RGB (Red+Green+Blue) = 204+74+132=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A84 is #33B57B. Grayscale: #777777. Windows color (decimal): -3388796 or 8669900. OLE color: 8669900.

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

Color convert

RGB 204 74 132 -
CMYK 0 0.64 0.35 0.2
HSL 333.23º 0.56% 0.55% -
HSV(B) 333.23º 0.64% 0.8% -
XYZ 31.52 19.4 23.91 -
YUV 119.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 204 74 132 0 0.64 0.35 0.2 333.23 0.56 0.55
Hex CC 4A 84 0 40 23 14 14D 38 37
Octal 314 112 204 0 100 43 24 515 70 67
Binary 11001100 1001010 10000100 0 1000000 100011 10100 101001101 111000 110111

Color Harmonies of #CC4A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A84

Black with #CC4A84

Text Example


Text Example

White with #CC4A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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