Html Css Color HEX #C70A99 Medium Violet Red

📋 copy color: '#C70A99'

red 199 ◦ green 10 ◦ blue 153

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

Shades of Medium Violet Red #C70A99

Tints of Medium Violet Red #C70A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.76%

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 54.97%
G = 2.76%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70A99 (or 0xC70A99) is known color: Medium Violet Red. HEX triplet: C7, 0A and 99. RGB value is (199,10,153). Sum of RGB (Red+Green+Blue) = 199+10+153=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70A99 is #38F566. Grayscale: #525252. Windows color (decimal): -3732839 or 10029767. OLE color: 10029767.

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

Color convert

RGB 199 10 153 -
CMYK 0 0.95 0.23 0.22
HSL 314.6º 0.9% 0.41% -
HSV(B) 314.6º 0.95% 0.78% -
XYZ 29.41 14.66 31.42 -
YUV 82.81 167.62 210.87 -
System Red Green Blue C M Y K H S L
Decimal 199 10 153 0 0.95 0.23 0.22 314.6 0.9 0.41
Hex C7 A 99 0 5F 17 16 13B 5A 29
Octal 307 12 231 0 137 27 26 473 132 51
Binary 11000111 1010 10011001 0 1011111 10111 10110 100111011 1011010 101001

Color Harmonies of #C70A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70A99

Black with #C70A99

Text Example


Text Example

White with #C70A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70A99; }

 p { color: rgb(199,10,153); }

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

background-color css

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

 a { background-color: rgb(199,10,153); }

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

border-color css

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

 span { border-color: rgb(199,10,153); }

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