Html Css Color HEX #C04EA2 Mulberry

📋 copy color: '#C04EA2'

red 192 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #C04EA2

Tints of Mulberry #C04EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 44.44%
G = 18.06%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C04EA2 (or 0xC04EA2) is known color: Mulberry. HEX triplet: C0, 4E and A2. RGB value is (192,78,162). Sum of RGB (Red+Green+Blue) = 192+78+162=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EA2 is #3FB15D. Grayscale: #797979. Windows color (decimal): -4174174 or 10636992. OLE color: 10636992.

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

Color convert

RGB 192 78 162 -
CMYK 0 0.59 0.16 0.25
HSL 315.79º 0.48% 0.53% -
HSV(B) 315.79º 0.59% 0.75% -
XYZ 30.98 19.26 36.27 -
YUV 121.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 192 78 162 0 0.59 0.16 0.25 315.79 0.48 0.53
Hex C0 4E A2 0 3B 10 19 13C 30 35
Octal 300 116 242 0 73 20 31 474 60 65
Binary 11000000 1001110 10100010 0 111011 10000 11001 100111100 110000 110101

Color Harmonies of #C04EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EA2

Black with #C04EA2

Text Example


Text Example

White with #C04EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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