Html Css Color HEX #C41A92 Medium Violet Red

📋 copy color: '#C41A92'

red 196 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #C41A92

Tints of Medium Violet Red #C41A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 53.26%
G = 7.07%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C41A92 (or 0xC41A92) is known color: Medium Violet Red. HEX triplet: C4, 1A and 92. RGB value is (196,26,146). Sum of RGB (Red+Green+Blue) = 196+26+146=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A92 is #3BE56D. Grayscale: #5A5A5A. Windows color (decimal): -3925358 or 9575108. OLE color: 9575108.

HSL color Cylindrical-coordinate representation of color #C41A92: hue angle of 317.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A92 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 146 -
CMYK 0 0.87 0.26 0.23
HSL 317.65º 0.77% 0.44% -
HSV(B) 317.65º 0.87% 0.77% -
XYZ 28.32 14.55 28.51 -
YUV 90.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 196 26 146 0 0.87 0.26 0.23 317.65 0.77 0.44
Hex C4 1A 92 0 57 1A 17 13E 4D 2C
Octal 304 32 222 0 127 32 27 476 115 54
Binary 11000100 11010 10010010 0 1010111 11010 10111 100111110 1001101 101100

Color Harmonies of #C41A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A92

Black with #C41A92

Text Example


Text Example

White with #C41A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A92; }

 p { color: rgb(196,26,146); }

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

background-color css

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

 a { background-color: rgb(196,26,146); }

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

border-color css

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

 span { border-color: rgb(196,26,146); }

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