Html Css Color HEX #C04D97 Mulberry

📋 copy color: '#C04D97'

red 192 ◦ green 77 ◦ blue 151

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

Shades of Mulberry #C04D97

Tints of Mulberry #C04D97

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 77 (30.47% from 255) = 18.33%

 BLUE value IS 151 (59.38% from 255) = 35.95%

R = 45.71%
G = 18.33%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C04D97 (or 0xC04D97) is known color: Mulberry. HEX triplet: C0, 4D and 97. RGB value is (192,77,151). Sum of RGB (Red+Green+Blue) = 192+77+151=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D97 is #3FB268. Grayscale: #777777. Windows color (decimal): -4174441 or 9915840. OLE color: 9915840.

HSL color Cylindrical-coordinate representation of color #C04D97: hue angle of 321.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D97 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 151 -
CMYK 0 0.60 0.21 0.25
HSL 321.39º 0.48% 0.53% -
HSV(B) 321.39º 0.6% 0.75% -
XYZ 29.98 18.75 31.32 -
YUV 119.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 192 77 151 0 0.60 0.21 0.25 321.39 0.48 0.53
Hex C0 4D 97 0 3C 15 19 141 30 35
Octal 300 115 227 0 74 25 31 501 60 65
Binary 11000000 1001101 10010111 0 111100 10101 11001 101000001 110000 110101

Color Harmonies of #C04D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D97

Black with #C04D97

Text Example


Text Example

White with #C04D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D97; }

 p { color: rgb(192,77,151); }

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

background-color css

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

 a { background-color: rgb(192,77,151); }

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

border-color css

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

 span { border-color: rgb(192,77,151); }

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