Html Css Color HEX #C70D99 Medium Violet Red

📋 copy color: '#C70D99'

red 199 ◦ green 13 ◦ blue 153

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

Shades of Medium Violet Red #C70D99

Tints of Medium Violet Red #C70D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 54.52%
G = 3.56%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70D99 (or 0xC70D99) is known color: Medium Violet Red. HEX triplet: C7, 0D and 99. RGB value is (199,13,153). Sum of RGB (Red+Green+Blue) = 199+13+153=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D99 is #38F266. Grayscale: #545454. Windows color (decimal): -3732071 or 10030535. OLE color: 10030535.

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

Color convert

RGB 199 13 153 -
CMYK 0 0.93 0.23 0.22
HSL 314.84º 0.88% 0.42% -
HSV(B) 314.84º 0.93% 0.78% -
XYZ 29.45 14.73 31.43 -
YUV 84.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 199 13 153 0 0.93 0.23 0.22 314.84 0.88 0.42
Hex C7 D 99 0 5D 17 16 13B 58 2A
Octal 307 15 231 0 135 27 26 473 130 52
Binary 11000111 1101 10011001 0 1011101 10111 10110 100111011 1011000 101010

Color Harmonies of #C70D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D99

Black with #C70D99

Text Example


Text Example

White with #C70D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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