Html Css Color HEX #C4129A Medium Violet Red

📋 copy color: '#C4129A'

red 196 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #C4129A

Tints of Medium Violet Red #C4129A

RGB

 RED value IS 196 (76.95% from 255) = 53.26%

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

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

R = 53.26%
G = 4.89%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4129A (or 0xC4129A) is known color: Medium Violet Red. HEX triplet: C4, 12 and 9A. RGB value is (196,18,154). Sum of RGB (Red+Green+Blue) = 196+18+154=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4129A is #3BED65. Grayscale: #565656. Windows color (decimal): -3927398 or 10097348. OLE color: 10097348.

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

Color convert

RGB 196 18 154 -
CMYK 0 0.91 0.21 0.23
HSL 314.16º 0.83% 0.42% -
HSV(B) 314.16º 0.91% 0.77% -
XYZ 28.81 14.5 31.85 -
YUV 86.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 196 18 154 0 0.91 0.21 0.23 314.16 0.83 0.42
Hex C4 12 9A 0 5B 15 17 13A 53 2A
Octal 304 22 232 0 133 25 27 472 123 52
Binary 11000100 10010 10011010 0 1011011 10101 10111 100111010 1010011 101010

Color Harmonies of #C4129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4129A

Black with #C4129A

Text Example


Text Example

White with #C4129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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