Html Css Color HEX #C70D9F Medium Violet Red

📋 copy color: '#C70D9F'

red 199 ◦ green 13 ◦ blue 159

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

Shades of Medium Violet Red #C70D9F

Tints of Medium Violet Red #C70D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 53.64%
G = 3.5%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C70D9F (or 0xC70D9F) is known color: Medium Violet Red. HEX triplet: C7, 0D and 9F. RGB value is (199,13,159). Sum of RGB (Red+Green+Blue) = 199+13+159=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D9F is #38F260. Grayscale: #545454. Windows color (decimal): -3732065 or 10423751. OLE color: 10423751.

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

Color convert

RGB 199 13 159 -
CMYK 0 0.93 0.20 0.22
HSL 312.9º 0.88% 0.42% -
HSV(B) 312.9º 0.93% 0.78% -
XYZ 29.96 14.93 34.1 -
YUV 85.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 199 13 159 0 0.93 0.20 0.22 312.9 0.88 0.42
Hex C7 D 9F 0 5D 14 16 139 58 2A
Octal 307 15 237 0 135 24 26 471 130 52
Binary 11000111 1101 10011111 0 1011101 10100 10110 100111001 1011000 101010

Color Harmonies of #C70D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D9F

Black with #C70D9F

Text Example


Text Example

White with #C70D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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