Html Css Color HEX #C03E96 Mulberry

📋 copy color: '#C03E96'

red 192 ◦ green 62 ◦ blue 150

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

Shades of Mulberry #C03E96

Tints of Mulberry #C03E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.35%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 47.52%
G = 15.35%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03E96 (or 0xC03E96) is known color: Mulberry. HEX triplet: C0, 3E and 96. RGB value is (192,62,150). Sum of RGB (Red+Green+Blue) = 192+62+150=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03E96 is #3FC169. Grayscale: #6E6E6E. Windows color (decimal): -4178282 or 9846464. OLE color: 9846464.

HSL color Cylindrical-coordinate representation of color #C03E96: hue angle of 319.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E96 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 150 -
CMYK 0 0.68 0.22 0.25
HSL 319.38º 0.51% 0.5% -
HSV(B) 319.38º 0.68% 0.75% -
XYZ 28.97 16.85 30.58 -
YUV 110.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 192 62 150 0 0.68 0.22 0.25 319.38 0.51 0.5
Hex C0 3E 96 0 44 16 19 13F 33 32
Octal 300 76 226 0 104 26 31 477 63 62
Binary 11000000 111110 10010110 0 1000100 10110 11001 100111111 110011 110010

Color Harmonies of #C03E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E96

Black with #C03E96

Text Example


Text Example

White with #C03E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E96; }

 p { color: rgb(192,62,150); }

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

background-color css

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

 a { background-color: rgb(192,62,150); }

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

border-color css

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

 span { border-color: rgb(192,62,150); }

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