Html Css Color HEX #C5129A Medium Violet Red

📋 copy color: '#C5129A'

red 197 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #C5129A

Tints of Medium Violet Red #C5129A

RGB

 RED value IS 197 (77.34% from 255) = 53.39%

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

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

R = 53.39%
G = 4.88%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5129A (or 0xC5129A) is known color: Medium Violet Red. HEX triplet: C5, 12 and 9A. RGB value is (197,18,154). Sum of RGB (Red+Green+Blue) = 197+18+154=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5129A is #3AED65. Grayscale: #565656. Windows color (decimal): -3861862 or 10097349. OLE color: 10097349.

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

Color convert

RGB 197 18 154 -
CMYK 0 0.91 0.22 0.23
HSL 314.41º 0.83% 0.42% -
HSV(B) 314.41º 0.91% 0.77% -
XYZ 29.08 14.64 31.86 -
YUV 87.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 197 18 154 0 0.91 0.22 0.23 314.41 0.83 0.42
Hex C5 12 9A 0 5B 16 17 13A 53 2A
Octal 305 22 232 0 133 26 27 472 123 52
Binary 11000101 10010 10011010 0 1011011 10110 10111 100111010 1010011 101010

Color Harmonies of #C5129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5129A

Black with #C5129A

Text Example


Text Example

White with #C5129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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