Html Css Color HEX #C41276 Medium Violet Red

📋 copy color: '#C41276'

red 196 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #C41276

Tints of Medium Violet Red #C41276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 59.04%
G = 5.42%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C41276 (or 0xC41276) is known color: Medium Violet Red. HEX triplet: C4, 12 and 76. RGB value is (196,18,118). Sum of RGB (Red+Green+Blue) = 196+18+118=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C41276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41276 is #3BED89. Grayscale: #525252. Windows color (decimal): -3927434 or 7738052. OLE color: 7738052.

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

Color convert

RGB 196 18 118 -
CMYK 0 0.91 0.40 0.23
HSL 326.29º 0.83% 0.42% -
HSV(B) 326.29º 0.91% 0.77% -
XYZ 26.25 13.48 18.36 -
YUV 82.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 196 18 118 0 0.91 0.40 0.23 326.29 0.83 0.42
Hex C4 12 76 0 5B 28 17 146 53 2A
Octal 304 22 166 0 133 50 27 506 123 52
Binary 11000100 10010 1110110 0 1011011 101000 10111 101000110 1010011 101010

Color Harmonies of #C41276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41276

Black with #C41276

Text Example


Text Example

White with #C41276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41276; }

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

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

background-color css

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

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

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

border-color css

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

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

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