Html Css Color HEX #CC4A82 Mulberry

📋 copy color: '#CC4A82'

red 204 ◦ green 74 ◦ blue 130

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

Shades of Mulberry #CC4A82

Tints of Mulberry #CC4A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 50%
G = 18.14%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC4A82 (or 0xCC4A82) is known color: Mulberry. HEX triplet: CC, 4A and 82. RGB value is (204,74,130). Sum of RGB (Red+Green+Blue) = 204+74+130=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A82 is #33B57D. Grayscale: #777777. Windows color (decimal): -3388798 or 8538828. OLE color: 8538828.

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

Color convert

RGB 204 74 130 -
CMYK 0 0.64 0.36 0.2
HSL 334.15º 0.56% 0.55% -
HSV(B) 334.15º 0.64% 0.8% -
XYZ 31.38 19.35 23.2 -
YUV 119.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 204 74 130 0 0.64 0.36 0.2 334.15 0.56 0.55
Hex CC 4A 82 0 40 24 14 14E 38 37
Octal 314 112 202 0 100 44 24 516 70 67
Binary 11001100 1001010 10000010 0 1000000 100100 10100 101001110 111000 110111

Color Harmonies of #CC4A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A82

Black with #CC4A82

Text Example


Text Example

White with #CC4A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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