Html Css Color HEX #C04E98 Mulberry

📋 copy color: '#C04E98'

red 192 ◦ green 78 ◦ blue 152

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

Shades of Mulberry #C04E98

Tints of Mulberry #C04E98

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 152 (59.77% from 255) = 36.02%

R = 45.5%
G = 18.48%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C04E98 (or 0xC04E98) is known color: Mulberry. HEX triplet: C0, 4E and 98. RGB value is (192,78,152). Sum of RGB (Red+Green+Blue) = 192+78+152=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E98 is #3FB167. Grayscale: #787878. Windows color (decimal): -4174184 or 9981632. OLE color: 9981632.

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

Color convert

RGB 192 78 152 -
CMYK 0 0.59 0.21 0.25
HSL 321.05º 0.48% 0.53% -
HSV(B) 321.05º 0.59% 0.75% -
XYZ 30.13 18.92 31.77 -
YUV 120.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 192 78 152 0 0.59 0.21 0.25 321.05 0.48 0.53
Hex C0 4E 98 0 3B 15 19 141 30 35
Octal 300 116 230 0 73 25 31 501 60 65
Binary 11000000 1001110 10011000 0 111011 10101 11001 101000001 110000 110101

Color Harmonies of #C04E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E98

Black with #C04E98

Text Example


Text Example

White with #C04E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E98; }

 p { color: rgb(192,78,152); }

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

background-color css

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

 a { background-color: rgb(192,78,152); }

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

border-color css

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

 span { border-color: rgb(192,78,152); }

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