Html Css Color HEX #C70373 Medium Violet Red

📋 copy color: '#C70373'

red 199 ◦ green 3 ◦ blue 115

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

Shades of Medium Violet Red #C70373

Tints of Medium Violet Red #C70373

RGB

 RED value IS 199 (78.13% from 255) = 62.78%

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

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

R = 62.78%
G = 0.95%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C70373 (or 0xC70373) is known color: Medium Violet Red. HEX triplet: C7, 03 and 73. RGB value is (199,3,115). Sum of RGB (Red+Green+Blue) = 199+3+115=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C70373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70373 is #38FC8C. Grayscale: #4A4A4A. Windows color (decimal): -3734669 or 7537607. OLE color: 7537607.

HSL color Cylindrical-coordinate representation of color #C70373: hue angle of 325.71º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70373 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 115 -
CMYK 0 0.98 0.42 0.22
HSL 325.71º 0.97% 0.4% -
HSV(B) 325.71º 0.98% 0.78% -
XYZ 26.68 13.45 17.41 -
YUV 74.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 199 3 115 0 0.98 0.42 0.22 325.71 0.97 0.4
Hex C7 3 73 0 62 2A 16 146 61 28
Octal 307 3 163 0 142 52 26 506 141 50
Binary 11000111 11 1110011 0 1100010 101010 10110 101000110 1100001 101000

Color Harmonies of #C70373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70373

Black with #C70373

Text Example


Text Example

White with #C70373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70373; }

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

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

background-color css

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

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

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

border-color css

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

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

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