Html Css Color HEX #C70890 Medium Violet Red

📋 copy color: '#C70890'

red 199 ◦ green 8 ◦ blue 144

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

Shades of Medium Violet Red #C70890

Tints of Medium Violet Red #C70890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 56.7%
G = 2.28%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C70890 (or 0xC70890) is known color: Medium Violet Red. HEX triplet: C7, 08 and 90. RGB value is (199,8,144). Sum of RGB (Red+Green+Blue) = 199+8+144=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C70890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70890 is #38F76F. Grayscale: #505050. Windows color (decimal): -3733360 or 9439431. OLE color: 9439431.

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

Color convert

RGB 199 8 144 -
CMYK 0 0.96 0.28 0.22
HSL 317.28º 0.92% 0.41% -
HSV(B) 317.28º 0.96% 0.78% -
XYZ 28.67 14.33 27.64 -
YUV 80.61 163.78 212.44 -
System Red Green Blue C M Y K H S L
Decimal 199 8 144 0 0.96 0.28 0.22 317.28 0.92 0.41
Hex C7 8 90 0 60 1C 16 13D 5C 29
Octal 307 10 220 0 140 34 26 475 134 51
Binary 11000111 1000 10010000 0 1100000 11100 10110 100111101 1011100 101001

Color Harmonies of #C70890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70890

Black with #C70890

Text Example


Text Example

White with #C70890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70890; }

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

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

background-color css

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

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

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

border-color css

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

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

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