Html Css Color HEX #C7129A Medium Violet Red

📋 copy color: '#C7129A'

red 199 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #C7129A

Tints of Medium Violet Red #C7129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 53.64%
G = 4.85%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7129A (or 0xC7129A) is known color: Medium Violet Red. HEX triplet: C7, 12 and 9A. RGB value is (199,18,154). Sum of RGB (Red+Green+Blue) = 199+18+154=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7129A is #38ED65. Grayscale: #575757. Windows color (decimal): -3730790 or 10097351. OLE color: 10097351.

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

Color convert

RGB 199 18 154 -
CMYK 0 0.91 0.23 0.22
HSL 314.92º 0.83% 0.43% -
HSV(B) 314.92º 0.91% 0.78% -
XYZ 29.6 14.91 31.89 -
YUV 87.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 199 18 154 0 0.91 0.23 0.22 314.92 0.83 0.43
Hex C7 12 9A 0 5B 17 16 13B 53 2B
Octal 307 22 232 0 133 27 26 473 123 53
Binary 11000111 10010 10011010 0 1011011 10111 10110 100111011 1010011 101011

Color Harmonies of #C7129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7129A

Black with #C7129A

Text Example


Text Example

White with #C7129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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