Html Css Color HEX #C7129C Medium Violet Red

📋 copy color: '#C7129C'

red 199 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #C7129C

Tints of Medium Violet Red #C7129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 53.35%
G = 4.83%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7129C (or 0xC7129C) is known color: Medium Violet Red. HEX triplet: C7, 12 and 9C. RGB value is (199,18,156). Sum of RGB (Red+Green+Blue) = 199+18+156=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7129C is #38ED63. Grayscale: #575757. Windows color (decimal): -3730788 or 10228423. OLE color: 10228423.

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

Color convert

RGB 199 18 156 -
CMYK 0 0.91 0.22 0.22
HSL 314.25º 0.83% 0.43% -
HSV(B) 314.25º 0.91% 0.78% -
XYZ 29.77 14.98 32.77 -
YUV 87.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 199 18 156 0 0.91 0.22 0.22 314.25 0.83 0.43
Hex C7 12 9C 0 5B 16 16 13A 53 2B
Octal 307 22 234 0 133 26 26 472 123 53
Binary 11000111 10010 10011100 0 1011011 10110 10110 100111010 1010011 101011

Color Harmonies of #C7129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7129C

Black with #C7129C

Text Example


Text Example

White with #C7129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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