Html Css Color HEX #C0037A Medium Violet Red

📋 copy color: '#C0037A'

red 192 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #C0037A

Tints of Medium Violet Red #C0037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 60.57%
G = 0.95%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0037A (or 0xC0037A) is known color: Medium Violet Red. HEX triplet: C0, 03 and 7A. RGB value is (192,3,122). Sum of RGB (Red+Green+Blue) = 192+3+122=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0037A is #3FFC85. Grayscale: #484848. Windows color (decimal): -4193414 or 7996352. OLE color: 7996352.

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

Color convert

RGB 192 3 122 -
CMYK 0 0.98 0.36 0.25
HSL 322.22º 0.97% 0.38% -
HSV(B) 322.22º 0.98% 0.75% -
XYZ 25.28 12.68 19.53 -
YUV 73.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 192 3 122 0 0.98 0.36 0.25 322.22 0.97 0.38
Hex C0 3 7A 0 62 24 19 142 61 26
Octal 300 3 172 0 142 44 31 502 141 46
Binary 11000000 11 1111010 0 1100010 100100 11001 101000010 1100001 100110

Color Harmonies of #C0037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0037A

Black with #C0037A

Text Example


Text Example

White with #C0037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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