Html Css Color HEX #CC4195 Mulberry

📋 copy color: '#CC4195'

red 204 ◦ green 65 ◦ blue 149

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

Shades of Mulberry #CC4195

Tints of Mulberry #CC4195

RGB

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

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

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

R = 48.8%
G = 15.55%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC4195 (or 0xCC4195) is known color: Mulberry. HEX triplet: CC, 41 and 95. RGB value is (204,65,149). Sum of RGB (Red+Green+Blue) = 204+65+149=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4195 is #33BE6A. Grayscale: #737373. Windows color (decimal): -3391083 or 9781708. OLE color: 9781708.

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

Color convert

RGB 204 65 149 -
CMYK 0 0.68 0.27 0.2
HSL 323.74º 0.58% 0.53% -
HSV(B) 323.74º 0.68% 0.8% -
XYZ 32.22 18.79 30.36 -
YUV 116.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 204 65 149 0 0.68 0.27 0.2 323.74 0.58 0.53
Hex CC 41 95 0 44 1B 14 144 3A 35
Octal 314 101 225 0 104 33 24 504 72 65
Binary 11001100 1000001 10010101 0 1000100 11011 10100 101000100 111010 110101

Color Harmonies of #CC4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4195

Black with #CC4195

Text Example


Text Example

White with #CC4195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4195; }

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

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

background-color css

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

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

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

border-color css

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

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

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