Html Css Color HEX #C70894 Medium Violet Red

📋 copy color: '#C70894'

red 199 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #C70894

Tints of Medium Violet Red #C70894

RGB

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

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

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

R = 56.06%
G = 2.25%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C70894 (or 0xC70894) is known color: Medium Violet Red. HEX triplet: C7, 08 and 94. RGB value is (199,8,148). Sum of RGB (Red+Green+Blue) = 199+8+148=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C70894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70894 is #38F76B. Grayscale: #505050. Windows color (decimal): -3733356 or 9701575. OLE color: 9701575.

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

Color convert

RGB 199 8 148 -
CMYK 0 0.96 0.26 0.22
HSL 316.02º 0.92% 0.41% -
HSV(B) 316.02º 0.96% 0.78% -
XYZ 28.99 14.45 29.28 -
YUV 81.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 199 8 148 0 0.96 0.26 0.22 316.02 0.92 0.41
Hex C7 8 94 0 60 1A 16 13C 5C 29
Octal 307 10 224 0 140 32 26 474 134 51
Binary 11000111 1000 10010100 0 1100000 11010 10110 100111100 1011100 101001

Color Harmonies of #C70894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70894

Black with #C70894

Text Example


Text Example

White with #C70894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70894; }

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

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

background-color css

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

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

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

border-color css

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

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

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