Html Css Color HEX #C70273 Medium Violet Red

📋 copy color: '#C70273'

red 199 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C70273

Tints of Medium Violet Red #C70273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 62.97%
G = 0.63%
B = 36.39%

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

#C70273 (or 0xC70273) is known color: Medium Violet Red. HEX triplet: C7, 02 and 73. RGB value is (199,2,115). Sum of RGB (Red+Green+Blue) = 199+2+115=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C70273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70273 is #38FD8C. Grayscale: #494949. Windows color (decimal): -3734925 or 7537351. OLE color: 7537351.

HSL color Cylindrical-coordinate representation of color #C70273: hue angle of 325.58º degrees, saturation: 0.98, 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 #C70273 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 115 -
CMYK 0 0.99 0.42 0.22
HSL 325.58º 0.98% 0.39% -
HSV(B) 325.58º 0.99% 0.78% -
XYZ 26.67 13.42 17.4 -
YUV 73.79 151.27 217.31 -
System Red Green Blue C M Y K H S L
Decimal 199 2 115 0 0.99 0.42 0.22 325.58 0.98 0.39
Hex C7 2 73 0 63 2A 16 146 62 27
Octal 307 2 163 0 143 52 26 506 142 47
Binary 11000111 10 1110011 0 1100011 101010 10110 101000110 1100010 100111

Color Harmonies of #C70273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70273

Black with #C70273

Text Example


Text Example

White with #C70273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70273; }

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

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

background-color css

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

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

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

border-color css

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

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

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