Html Css Color HEX #C70F97 Medium Violet Red

📋 copy color: '#C70F97'

red 199 ◦ green 15 ◦ blue 151

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

Shades of Medium Violet Red #C70F97

Tints of Medium Violet Red #C70F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 54.52%
G = 4.11%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C70F97 (or 0xC70F97) is known color: Medium Violet Red. HEX triplet: C7, 0F and 97. RGB value is (199,15,151). Sum of RGB (Red+Green+Blue) = 199+15+151=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F97 is #38F068. Grayscale: #555555. Windows color (decimal): -3731561 or 9899975. OLE color: 9899975.

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

Color convert

RGB 199 15 151 -
CMYK 0 0.92 0.24 0.22
HSL 315.65º 0.86% 0.42% -
HSV(B) 315.65º 0.92% 0.78% -
XYZ 29.31 14.72 30.57 -
YUV 85.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 199 15 151 0 0.92 0.24 0.22 315.65 0.86 0.42
Hex C7 F 97 0 5C 18 16 13C 56 2A
Octal 307 17 227 0 134 30 26 474 126 52
Binary 11000111 1111 10010111 0 1011100 11000 10110 100111100 1010110 101010

Color Harmonies of #C70F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F97

Black with #C70F97

Text Example


Text Example

White with #C70F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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