Html Css Color HEX #C70891 Medium Violet Red

📋 copy color: '#C70891'

red 199 ◦ green 8 ◦ blue 145

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

Shades of Medium Violet Red #C70891

Tints of Medium Violet Red #C70891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 56.53%
G = 2.27%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C70891 (or 0xC70891) is known color: Medium Violet Red. HEX triplet: C7, 08 and 91. RGB value is (199,8,145). Sum of RGB (Red+Green+Blue) = 199+8+145=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C70891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70891 is #38F76E. Grayscale: #505050. Windows color (decimal): -3733359 or 9504967. OLE color: 9504967.

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

Color convert

RGB 199 8 145 -
CMYK 0 0.96 0.27 0.22
HSL 316.96º 0.92% 0.41% -
HSV(B) 316.96º 0.96% 0.78% -
XYZ 28.75 14.36 28.04 -
YUV 80.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 199 8 145 0 0.96 0.27 0.22 316.96 0.92 0.41
Hex C7 8 91 0 60 1B 16 13D 5C 29
Octal 307 10 221 0 140 33 26 475 134 51
Binary 11000111 1000 10010001 0 1100000 11011 10110 100111101 1011100 101001

Color Harmonies of #C70891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70891

Black with #C70891

Text Example


Text Example

White with #C70891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70891; }

 p { color: rgb(199,8,145); }

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

background-color css

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

 a { background-color: rgb(199,8,145); }

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

border-color css

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

 span { border-color: rgb(199,8,145); }

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