Html Css Color HEX #C70D92 Medium Violet Red

📋 copy color: '#C70D92'

red 199 ◦ green 13 ◦ blue 146

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

Shades of Medium Violet Red #C70D92

Tints of Medium Violet Red #C70D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.63%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 55.59%
G = 3.63%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C70D92 (or 0xC70D92) is known color: Medium Violet Red. HEX triplet: C7, 0D and 92. RGB value is (199,13,146). Sum of RGB (Red+Green+Blue) = 199+13+146=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D92 is #38F26D. Grayscale: #535353. Windows color (decimal): -3732078 or 9571783. OLE color: 9571783.

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

Color convert

RGB 199 13 146 -
CMYK 0 0.93 0.27 0.22
HSL 317.1º 0.88% 0.42% -
HSV(B) 317.1º 0.93% 0.78% -
XYZ 28.89 14.51 28.47 -
YUV 83.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 199 13 146 0 0.93 0.27 0.22 317.1 0.88 0.42
Hex C7 D 92 0 5D 1B 16 13D 58 2A
Octal 307 15 222 0 135 33 26 475 130 52
Binary 11000111 1101 10010010 0 1011101 11011 10110 100111101 1011000 101010

Color Harmonies of #C70D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D92

Black with #C70D92

Text Example


Text Example

White with #C70D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D92; }

 p { color: rgb(199,13,146); }

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

background-color css

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

 a { background-color: rgb(199,13,146); }

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

border-color css

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

 span { border-color: rgb(199,13,146); }

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