Html Css Color HEX #C70F74 Medium Violet Red

📋 copy color: '#C70F74'

red 199 ◦ green 15 ◦ blue 116

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

Shades of Medium Violet Red #C70F74

Tints of Medium Violet Red #C70F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 60.3%
G = 4.55%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C70F74 (or 0xC70F74) is known color: Medium Violet Red. HEX triplet: C7, 0F and 74. RGB value is (199,15,116). Sum of RGB (Red+Green+Blue) = 199+15+116=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70F74 is #38F08B. Grayscale: #515151. Windows color (decimal): -3731596 or 7606215. OLE color: 7606215.

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

Color convert

RGB 199 15 116 -
CMYK 0 0.92 0.42 0.22
HSL 327.07º 0.86% 0.42% -
HSV(B) 327.07º 0.92% 0.78% -
XYZ 26.88 13.74 17.76 -
YUV 81.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 199 15 116 0 0.92 0.42 0.22 327.07 0.86 0.42
Hex C7 F 74 0 5C 2A 16 147 56 2A
Octal 307 17 164 0 134 52 26 507 126 52
Binary 11000111 1111 1110100 0 1011100 101010 10110 101000111 1010110 101010

Color Harmonies of #C70F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F74

Black with #C70F74

Text Example


Text Example

White with #C70F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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