Html Css Color HEX #C70FA9 Medium Violet Red

📋 copy color: '#C70FA9'

red 199 ◦ green 15 ◦ blue 169

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

Shades of Medium Violet Red #C70FA9

Tints of Medium Violet Red #C70FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

 BLUE value IS 169 (66.41% from 255) = 44.13%

R = 51.96%
G = 3.92%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C70FA9 (or 0xC70FA9) is known color: Medium Violet Red. HEX triplet: C7, 0F and A9. RGB value is (199,15,169). Sum of RGB (Red+Green+Blue) = 199+15+169=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FA9 is #38F056. Grayscale: #575757. Windows color (decimal): -3731543 or 11079623. OLE color: 11079623.

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

Color convert

RGB 199 15 169 -
CMYK 0 0.92 0.15 0.22
HSL 309.78º 0.86% 0.42% -
HSV(B) 309.78º 0.92% 0.78% -
XYZ 30.89 15.35 38.87 -
YUV 87.57 173.96 207.48 -
System Red Green Blue C M Y K H S L
Decimal 199 15 169 0 0.92 0.15 0.22 309.78 0.86 0.42
Hex C7 F A9 0 5C F 16 136 56 2A
Octal 307 17 251 0 134 17 26 466 126 52
Binary 11000111 1111 10101001 0 1011100 1111 10110 100110110 1010110 101010

Color Harmonies of #C70FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FA9

Black with #C70FA9

Text Example


Text Example

White with #C70FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FA9; }

 p { color: rgb(199,15,169); }

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

background-color css

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

 a { background-color: rgb(199,15,169); }

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

border-color css

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

 span { border-color: rgb(199,15,169); }

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