Html Css Color HEX #C70993 Medium Violet Red

📋 copy color: '#C70993'

red 199 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #C70993

Tints of Medium Violet Red #C70993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 56.06%
G = 2.54%
B = 41.41%

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

#C70993 (or 0xC70993) is known color: Medium Violet Red. HEX triplet: C7, 09 and 93. RGB value is (199,9,147). Sum of RGB (Red+Green+Blue) = 199+9+147=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C70993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70993 is #38F66C. Grayscale: #515151. Windows color (decimal): -3733101 or 9636295. OLE color: 9636295.

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

Color convert

RGB 199 9 147 -
CMYK 0 0.95 0.26 0.22
HSL 316.42º 0.91% 0.41% -
HSV(B) 316.42º 0.95% 0.78% -
XYZ 28.92 14.44 28.87 -
YUV 81.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 199 9 147 0 0.95 0.26 0.22 316.42 0.91 0.41
Hex C7 9 93 0 5F 1A 16 13C 5B 29
Octal 307 11 223 0 137 32 26 474 133 51
Binary 11000111 1001 10010011 0 1011111 11010 10110 100111100 1011011 101001

Color Harmonies of #C70993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70993

Black with #C70993

Text Example


Text Example

White with #C70993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70993; }

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

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

background-color css

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

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

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

border-color css

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

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

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