Html Css Color HEX #CC3E95 Mulberry

📋 copy color: '#CC3E95'

red 204 ◦ green 62 ◦ blue 149

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

Shades of Mulberry #CC3E95

Tints of Mulberry #CC3E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.94%

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

R = 49.16%
G = 14.94%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC3E95 (or 0xCC3E95) is known color: Mulberry. HEX triplet: CC, 3E and 95. RGB value is (204,62,149). Sum of RGB (Red+Green+Blue) = 204+62+149=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3E95 is #33C16A. Grayscale: #727272. Windows color (decimal): -3391851 or 9780940. OLE color: 9780940.

HSL color Cylindrical-coordinate representation of color #CC3E95: hue angle of 323.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E95 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 149 -
CMYK 0 0.70 0.27 0.2
HSL 323.24º 0.58% 0.52% -
HSV(B) 323.24º 0.7% 0.8% -
XYZ 32.05 18.45 30.31 -
YUV 114.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 204 62 149 0 0.70 0.27 0.2 323.24 0.58 0.52
Hex CC 3E 95 0 46 1B 14 143 3A 34
Octal 314 76 225 0 106 33 24 503 72 64
Binary 11001100 111110 10010101 0 1000110 11011 10100 101000011 111010 110100

Color Harmonies of #CC3E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E95

Black with #CC3E95

Text Example


Text Example

White with #CC3E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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