Html Css Color HEX #C04D9E Mulberry

📋 copy color: '#C04D9E'

red 192 ◦ green 77 ◦ blue 158

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

Shades of Mulberry #C04D9E

Tints of Mulberry #C04D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 44.96%
G = 18.03%
B = 37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C04D9E (or 0xC04D9E) is known color: Mulberry. HEX triplet: C0, 4D and 9E. RGB value is (192,77,158). Sum of RGB (Red+Green+Blue) = 192+77+158=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D9E is #3FB261. Grayscale: #787878. Windows color (decimal): -4174434 or 10374592. OLE color: 10374592.

HSL color Cylindrical-coordinate representation of color #C04D9E: hue angle of 317.74º 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 #C04D9E is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 158 -
CMYK 0 0.60 0.18 0.25
HSL 317.74º 0.48% 0.53% -
HSV(B) 317.74º 0.6% 0.75% -
XYZ 30.56 18.98 34.4 -
YUV 120.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 192 77 158 0 0.60 0.18 0.25 317.74 0.48 0.53
Hex C0 4D 9E 0 3C 12 19 13E 30 35
Octal 300 115 236 0 74 22 31 476 60 65
Binary 11000000 1001101 10011110 0 111100 10010 11001 100111110 110000 110101

Color Harmonies of #C04D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D9E

Black with #C04D9E

Text Example


Text Example

White with #C04D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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