Html Css Color HEX #C70994 Medium Violet Red

📋 copy color: '#C70994'

red 199 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #C70994

Tints of Medium Violet Red #C70994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 55.9%
G = 2.53%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C70994 (or 0xC70994) is known color: Medium Violet Red. HEX triplet: C7, 09 and 94. RGB value is (199,9,148). Sum of RGB (Red+Green+Blue) = 199+9+148=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C70994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70994 is #38F66B. Grayscale: #515151. Windows color (decimal): -3733100 or 9701831. OLE color: 9701831.

HSL color Cylindrical-coordinate representation of color #C70994: hue angle of 316.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70994 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 9 148 -
CMYK 0 0.95 0.26 0.22
HSL 316.11º 0.91% 0.41% -
HSV(B) 316.11º 0.95% 0.78% -
XYZ 29 14.48 29.28 -
YUV 81.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 199 9 148 0 0.95 0.26 0.22 316.11 0.91 0.41
Hex C7 9 94 0 5F 1A 16 13C 5B 29
Octal 307 11 224 0 137 32 26 474 133 51
Binary 11000111 1001 10010100 0 1011111 11010 10110 100111100 1011011 101001

Color Harmonies of #C70994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70994

Black with #C70994

Text Example


Text Example

White with #C70994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70994; }

 p { color: rgb(199,9,148); }

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

background-color css

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

 a { background-color: rgb(199,9,148); }

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

border-color css

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

 span { border-color: rgb(199,9,148); }

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