Html Css Color HEX #C70F9E Medium Violet Red

📋 copy color: '#C70F9E'

red 199 ◦ green 15 ◦ blue 158

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

Shades of Medium Violet Red #C70F9E

Tints of Medium Violet Red #C70F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.03%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 53.49%
G = 4.03%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C70F9E (or 0xC70F9E) is known color: Medium Violet Red. HEX triplet: C7, 0F and 9E. RGB value is (199,15,158). Sum of RGB (Red+Green+Blue) = 199+15+158=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F9E is #38F061. Grayscale: #555555. Windows color (decimal): -3731554 or 10358727. OLE color: 10358727.

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

Color convert

RGB 199 15 158 -
CMYK 0 0.92 0.21 0.22
HSL 313.37º 0.86% 0.42% -
HSV(B) 313.37º 0.92% 0.78% -
XYZ 29.9 14.95 33.66 -
YUV 86.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 199 15 158 0 0.92 0.21 0.22 313.37 0.86 0.42
Hex C7 F 9E 0 5C 15 16 139 56 2A
Octal 307 17 236 0 134 25 26 471 126 52
Binary 11000111 1111 10011110 0 1011100 10101 10110 100111001 1010110 101010

Color Harmonies of #C70F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F9E

Black with #C70F9E

Text Example


Text Example

White with #C70F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F9E; }

 p { color: rgb(199,15,158); }

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

background-color css

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

 a { background-color: rgb(199,15,158); }

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

border-color css

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

 span { border-color: rgb(199,15,158); }

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