Html Css Color HEX #CC4595 Mulberry

📋 copy color: '#CC4595'

red 204 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #CC4595

Tints of Mulberry #CC4595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 48.34%
G = 16.35%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC4595 (or 0xCC4595) is known color: Mulberry. HEX triplet: CC, 45 and 95. RGB value is (204,69,149). Sum of RGB (Red+Green+Blue) = 204+69+149=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4595 is #33BA6A. Grayscale: #767676. Windows color (decimal): -3390059 or 9782732. OLE color: 9782732.

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

Color convert

RGB 204 69 149 -
CMYK 0 0.66 0.27 0.2
HSL 324.44º 0.57% 0.54% -
HSV(B) 324.44º 0.66% 0.8% -
XYZ 32.45 19.26 30.44 -
YUV 118.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 204 69 149 0 0.66 0.27 0.2 324.44 0.57 0.54
Hex CC 45 95 0 42 1B 14 144 39 36
Octal 314 105 225 0 102 33 24 504 71 66
Binary 11001100 1000101 10010101 0 1000010 11011 10100 101000100 111001 110110

Color Harmonies of #CC4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4595

Black with #CC4595

Text Example


Text Example

White with #CC4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4595; }

 p { color: rgb(204,69,149); }

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

background-color css

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

 a { background-color: rgb(204,69,149); }

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

border-color css

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

 span { border-color: rgb(204,69,149); }

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