Html Css Color HEX #C4126F Medium Violet Red

📋 copy color: '#C4126F'

red 196 ◦ green 18 ◦ blue 111

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

Shades of Medium Violet Red #C4126F

Tints of Medium Violet Red #C4126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 60.31%
G = 5.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4126F (or 0xC4126F) is known color: Medium Violet Red. HEX triplet: C4, 12 and 6F. RGB value is (196,18,111). Sum of RGB (Red+Green+Blue) = 196+18+111=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4126F is #3BED90. Grayscale: #515151. Windows color (decimal): -3927441 or 7279300. OLE color: 7279300.

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

Color convert

RGB 196 18 111 -
CMYK 0 0.91 0.43 0.23
HSL 328.65º 0.83% 0.42% -
HSV(B) 328.65º 0.91% 0.77% -
XYZ 25.85 13.32 16.25 -
YUV 81.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 196 18 111 0 0.91 0.43 0.23 328.65 0.83 0.42
Hex C4 12 6F 0 5B 2B 17 149 53 2A
Octal 304 22 157 0 133 53 27 511 123 52
Binary 11000100 10010 1101111 0 1011011 101011 10111 101001001 1010011 101010

Color Harmonies of #C4126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4126F

Black with #C4126F

Text Example


Text Example

White with #C4126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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