Html Css Color HEX #C70D7C Medium Violet Red

📋 copy color: '#C70D7C'

red 199 ◦ green 13 ◦ blue 124

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

Shades of Medium Violet Red #C70D7C

Tints of Medium Violet Red #C70D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 59.23%
G = 3.87%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C70D7C (or 0xC70D7C) is known color: Medium Violet Red. HEX triplet: C7, 0D and 7C. RGB value is (199,13,124). Sum of RGB (Red+Green+Blue) = 199+13+124=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D7C is #38F283. Grayscale: #515151. Windows color (decimal): -3732100 or 8129991. OLE color: 8129991.

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

Color convert

RGB 199 13 124 -
CMYK 0 0.93 0.38 0.22
HSL 324.19º 0.88% 0.42% -
HSV(B) 324.19º 0.93% 0.78% -
XYZ 27.34 13.89 20.31 -
YUV 81.27 152.12 211.97 -
System Red Green Blue C M Y K H S L
Decimal 199 13 124 0 0.93 0.38 0.22 324.19 0.88 0.42
Hex C7 D 7C 0 5D 26 16 144 58 2A
Octal 307 15 174 0 135 46 26 504 130 52
Binary 11000111 1101 1111100 0 1011101 100110 10110 101000100 1011000 101010

Color Harmonies of #C70D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D7C

Black with #C70D7C

Text Example


Text Example

White with #C70D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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