Html Css Color HEX #C70AA6 Medium Violet Red

📋 copy color: '#C70AA6'

red 199 ◦ green 10 ◦ blue 166

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

Shades of Medium Violet Red #C70AA6

Tints of Medium Violet Red #C70AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 53.07%
G = 2.67%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C70AA6 (or 0xC70AA6) is known color: Medium Violet Red. HEX triplet: C7, 0A and A6. RGB value is (199,10,166). Sum of RGB (Red+Green+Blue) = 199+10+166=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AA6 is #38F559. Grayscale: #535353. Windows color (decimal): -3732826 or 10881735. OLE color: 10881735.

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

Color convert

RGB 199 10 166 -
CMYK 0 0.95 0.17 0.22
HSL 310.48º 0.9% 0.41% -
HSV(B) 310.48º 0.95% 0.78% -
XYZ 30.54 15.11 37.38 -
YUV 84.3 174.12 209.82 -
System Red Green Blue C M Y K H S L
Decimal 199 10 166 0 0.95 0.17 0.22 310.48 0.9 0.41
Hex C7 A A6 0 5F 11 16 136 5A 29
Octal 307 12 246 0 137 21 26 466 132 51
Binary 11000111 1010 10100110 0 1011111 10001 10110 100110110 1011010 101001

Color Harmonies of #C70AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70AA6

Black with #C70AA6

Text Example


Text Example

White with #C70AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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