Html Css Color HEX #C4129C Medium Violet Red

📋 copy color: '#C4129C'

red 196 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #C4129C

Tints of Medium Violet Red #C4129C

RGB

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

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

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

R = 52.97%
G = 4.86%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4129C (or 0xC4129C) is known color: Medium Violet Red. HEX triplet: C4, 12 and 9C. RGB value is (196,18,156). Sum of RGB (Red+Green+Blue) = 196+18+156=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4129C is #3BED63. Grayscale: #565656. Windows color (decimal): -3927396 or 10228420. OLE color: 10228420.

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

Color convert

RGB 196 18 156 -
CMYK 0 0.91 0.20 0.23
HSL 313.48º 0.83% 0.42% -
HSV(B) 313.48º 0.91% 0.77% -
XYZ 28.98 14.57 32.74 -
YUV 86.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 196 18 156 0 0.91 0.20 0.23 313.48 0.83 0.42
Hex C4 12 9C 0 5B 14 17 139 53 2A
Octal 304 22 234 0 133 24 27 471 123 52
Binary 11000100 10010 10011100 0 1011011 10100 10111 100111001 1010011 101010

Color Harmonies of #C4129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4129C

Black with #C4129C

Text Example


Text Example

White with #C4129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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