Html Css Color HEX #CC4499 Mulberry

📋 copy color: '#CC4499'

red 204 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #CC4499

Tints of Mulberry #CC4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 48%
G = 16%
B = 36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC4499 (or 0xCC4499) is known color: Mulberry. HEX triplet: CC, 44 and 99. RGB value is (204,68,153). Sum of RGB (Red+Green+Blue) = 204+68+153=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4499 is #33BB66. Grayscale: #767676. Windows color (decimal): -3390311 or 10044620. OLE color: 10044620.

HSL color Cylindrical-coordinate representation of color #CC4499: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4499 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 153 -
CMYK 0 0.67 0.25 0.2
HSL 322.5º 0.57% 0.53% -
HSV(B) 322.5º 0.67% 0.8% -
XYZ 32.72 19.27 32.13 -
YUV 118.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 204 68 153 0 0.67 0.25 0.2 322.5 0.57 0.53
Hex CC 44 99 0 43 19 14 142 39 35
Octal 314 104 231 0 103 31 24 502 71 65
Binary 11001100 1000100 10011001 0 1000011 11001 10100 101000010 111001 110101

Color Harmonies of #CC4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4499

Black with #CC4499

Text Example


Text Example

White with #CC4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4499; }

 p { color: rgb(204,68,153); }

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

background-color css

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

 a { background-color: rgb(204,68,153); }

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

border-color css

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

 span { border-color: rgb(204,68,153); }

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