Html Css Color HEX #C70173 Medium Violet Red

📋 copy color: '#C70173'

red 199 ◦ green 1 ◦ blue 115

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

Shades of Medium Violet Red #C70173

Tints of Medium Violet Red #C70173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 63.17%
G = 0.32%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C70173 (or 0xC70173) is known color: Medium Violet Red. HEX triplet: C7, 01 and 73. RGB value is (199,1,115). Sum of RGB (Red+Green+Blue) = 199+1+115=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C70173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70173 is #38FE8C. Grayscale: #484848. Windows color (decimal): -3735181 or 7537095. OLE color: 7537095.

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

Color convert

RGB 199 1 115 -
CMYK 0 0.99 0.42 0.22
HSL 325.45º 0.99% 0.39% -
HSV(B) 325.45º 0.99% 0.78% -
XYZ 26.66 13.4 17.4 -
YUV 73.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 199 1 115 0 0.99 0.42 0.22 325.45 0.99 0.39
Hex C7 1 73 0 63 2A 16 145 63 27
Octal 307 1 163 0 143 52 26 505 143 47
Binary 11000111 1 1110011 0 1100011 101010 10110 101000101 1100011 100111

Color Harmonies of #C70173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70173

Black with #C70173

Text Example


Text Example

White with #C70173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70173; }

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

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

background-color css

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

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

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

border-color css

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

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

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