Html Css Color HEX #C70892 Medium Violet Red

📋 copy color: '#C70892'

red 199 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #C70892

Tints of Medium Violet Red #C70892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 56.37%
G = 2.27%
B = 41.36%

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

#C70892 (or 0xC70892) is known color: Medium Violet Red. HEX triplet: C7, 08 and 92. RGB value is (199,8,146). Sum of RGB (Red+Green+Blue) = 199+8+146=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C70892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70892 is #38F76D. Grayscale: #505050. Windows color (decimal): -3733358 or 9570503. OLE color: 9570503.

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

Color convert

RGB 199 8 146 -
CMYK 0 0.96 0.27 0.22
HSL 316.65º 0.92% 0.41% -
HSV(B) 316.65º 0.96% 0.78% -
XYZ 28.83 14.39 28.45 -
YUV 80.84 164.78 212.28 -
System Red Green Blue C M Y K H S L
Decimal 199 8 146 0 0.96 0.27 0.22 316.65 0.92 0.41
Hex C7 8 92 0 60 1B 16 13D 5C 29
Octal 307 10 222 0 140 33 26 475 134 51
Binary 11000111 1000 10010010 0 1100000 11011 10110 100111101 1011100 101001

Color Harmonies of #C70892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70892

Black with #C70892

Text Example


Text Example

White with #C70892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70892; }

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

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

background-color css

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

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

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

border-color css

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

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

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