Html Css Color HEX #C0037C Medium Violet Red

📋 copy color: '#C0037C'

red 192 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #C0037C

Tints of Medium Violet Red #C0037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 60.19%
G = 0.94%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0037C (or 0xC0037C) is known color: Medium Violet Red. HEX triplet: C0, 03 and 7C. RGB value is (192,3,124). Sum of RGB (Red+Green+Blue) = 192+3+124=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0037C is #3FFC83. Grayscale: #494949. Windows color (decimal): -4193412 or 8127424. OLE color: 8127424.

HSL color Cylindrical-coordinate representation of color #C0037C: hue angle of 321.59º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0037C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 124 -
CMYK 0 0.98 0.35 0.25
HSL 321.59º 0.97% 0.38% -
HSV(B) 321.59º 0.98% 0.75% -
XYZ 25.41 12.73 20.19 -
YUV 73.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 192 3 124 0 0.98 0.35 0.25 321.59 0.97 0.38
Hex C0 3 7C 0 62 23 19 142 61 26
Octal 300 3 174 0 142 43 31 502 141 46
Binary 11000000 11 1111100 0 1100010 100011 11001 101000010 1100001 100110

Color Harmonies of #C0037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0037C

Black with #C0037C

Text Example


Text Example

White with #C0037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0037C; }

 p { color: rgb(192,3,124); }

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

background-color css

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

 a { background-color: rgb(192,3,124); }

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

border-color css

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

 span { border-color: rgb(192,3,124); }

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