Html Css Color HEX #CC4199 Mulberry

📋 copy color: '#CC4199'

red 204 ◦ green 65 ◦ blue 153

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

Shades of Mulberry #CC4199

Tints of Mulberry #CC4199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

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

R = 48.34%
G = 15.4%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC4199 (or 0xCC4199) is known color: Mulberry. HEX triplet: CC, 41 and 99. RGB value is (204,65,153). Sum of RGB (Red+Green+Blue) = 204+65+153=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4199 is #33BE66. Grayscale: #747474. Windows color (decimal): -3391079 or 10043852. OLE color: 10043852.

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

Color convert

RGB 204 65 153 -
CMYK 0 0.68 0.25 0.2
HSL 322.01º 0.58% 0.53% -
HSV(B) 322.01º 0.68% 0.8% -
XYZ 32.54 18.92 32.07 -
YUV 116.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 204 65 153 0 0.68 0.25 0.2 322.01 0.58 0.53
Hex CC 41 99 0 44 19 14 142 3A 35
Octal 314 101 231 0 104 31 24 502 72 65
Binary 11001100 1000001 10011001 0 1000100 11001 10100 101000010 111010 110101

Color Harmonies of #CC4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4199

Black with #CC4199

Text Example


Text Example

White with #CC4199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4199; }

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

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

background-color css

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

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

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

border-color css

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

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

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