Html Css Color HEX #C00373 Medium Violet Red

📋 copy color: '#C00373'

red 192 ◦ green 3 ◦ blue 115

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

Shades of Medium Violet Red #C00373

Tints of Medium Violet Red #C00373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 61.94%
G = 0.97%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00373 (or 0xC00373) is known color: Medium Violet Red. HEX triplet: C0, 03 and 73. RGB value is (192,3,115). Sum of RGB (Red+Green+Blue) = 192+3+115=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00373 is #3FFC8C. Grayscale: #484848. Windows color (decimal): -4193421 or 7537600. OLE color: 7537600.

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

Color convert

RGB 192 3 115 -
CMYK 0 0.98 0.40 0.25
HSL 324.44º 0.97% 0.38% -
HSV(B) 324.44º 0.98% 0.75% -
XYZ 24.87 12.51 17.32 -
YUV 72.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 192 3 115 0 0.98 0.40 0.25 324.44 0.97 0.38
Hex C0 3 73 0 62 28 19 144 61 26
Octal 300 3 163 0 142 50 31 504 141 46
Binary 11000000 11 1110011 0 1100010 101000 11001 101000100 1100001 100110

Color Harmonies of #C00373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00373

Black with #C00373

Text Example


Text Example

White with #C00373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00373; }

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

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

background-color css

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

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

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

border-color css

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

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

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