Html Css Color HEX #CC449F Mulberry

📋 copy color: '#CC449F'

red 204 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #CC449F

Tints of Mulberry #CC449F

RGB

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

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

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

R = 47.33%
G = 15.78%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC449F (or 0xCC449F) is known color: Mulberry. HEX triplet: CC, 44 and 9F. RGB value is (204,68,159). Sum of RGB (Red+Green+Blue) = 204+68+159=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC449F is #33BB60. Grayscale: #767676. Windows color (decimal): -3390305 or 10437836. OLE color: 10437836.

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

Color convert

RGB 204 68 159 -
CMYK 0 0.67 0.22 0.2
HSL 319.85º 0.57% 0.53% -
HSV(B) 319.85º 0.67% 0.8% -
XYZ 33.23 19.47 34.81 -
YUV 119.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 204 68 159 0 0.67 0.22 0.2 319.85 0.57 0.53
Hex CC 44 9F 0 43 16 14 140 39 35
Octal 314 104 237 0 103 26 24 500 71 65
Binary 11001100 1000100 10011111 0 1000011 10110 10100 101000000 111001 110101

Color Harmonies of #CC449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC449F

Black with #CC449F

Text Example


Text Example

White with #CC449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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