Html Css Color HEX #C70C9A Medium Violet Red

📋 copy color: '#C70C9A'

red 199 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #C70C9A

Tints of Medium Violet Red #C70C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 54.52%
G = 3.29%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70C9A (or 0xC70C9A) is known color: Medium Violet Red. HEX triplet: C7, 0C and 9A. RGB value is (199,12,154). Sum of RGB (Red+Green+Blue) = 199+12+154=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70C9A is #38F365. Grayscale: #535353. Windows color (decimal): -3732326 or 10095815. OLE color: 10095815.

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

Color convert

RGB 199 12 154 -
CMYK 0 0.94 0.23 0.22
HSL 314.44º 0.89% 0.41% -
HSV(B) 314.44º 0.94% 0.78% -
XYZ 29.52 14.74 31.86 -
YUV 84.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 199 12 154 0 0.94 0.23 0.22 314.44 0.89 0.41
Hex C7 C 9A 0 5E 17 16 13A 59 29
Octal 307 14 232 0 136 27 26 472 131 51
Binary 11000111 1100 10011010 0 1011110 10111 10110 100111010 1011001 101001

Color Harmonies of #C70C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70C9A

Black with #C70C9A

Text Example


Text Example

White with #C70C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70C9A; }

 p { color: rgb(199,12,154); }

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

background-color css

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

 a { background-color: rgb(199,12,154); }

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

border-color css

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

 span { border-color: rgb(199,12,154); }

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