Html Css Color HEX #C70D95 Medium Violet Red

📋 copy color: '#C70D95'

red 199 ◦ green 13 ◦ blue 149

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

Shades of Medium Violet Red #C70D95

Tints of Medium Violet Red #C70D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 55.12%
G = 3.6%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C70D95 (or 0xC70D95) is known color: Medium Violet Red. HEX triplet: C7, 0D and 95. RGB value is (199,13,149). Sum of RGB (Red+Green+Blue) = 199+13+149=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D95 is #38F26A. Grayscale: #535353. Windows color (decimal): -3732075 or 9768391. OLE color: 9768391.

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

Color convert

RGB 199 13 149 -
CMYK 0 0.93 0.25 0.22
HSL 316.13º 0.88% 0.42% -
HSV(B) 316.13º 0.93% 0.78% -
XYZ 29.12 14.6 29.72 -
YUV 84.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 199 13 149 0 0.93 0.25 0.22 316.13 0.88 0.42
Hex C7 D 95 0 5D 19 16 13C 58 2A
Octal 307 15 225 0 135 31 26 474 130 52
Binary 11000111 1101 10010101 0 1011101 11001 10110 100111100 1011000 101010

Color Harmonies of #C70D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D95

Black with #C70D95

Text Example


Text Example

White with #C70D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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