Html Css Color HEX #C41392 Medium Violet Red

📋 copy color: '#C41392'

red 196 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #C41392

Tints of Medium Violet Red #C41392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

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

R = 54.29%
G = 5.26%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C41392 (or 0xC41392) is known color: Medium Violet Red. HEX triplet: C4, 13 and 92. RGB value is (196,19,146). Sum of RGB (Red+Green+Blue) = 196+19+146=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41392 is #3BEC6D. Grayscale: #565656. Windows color (decimal): -3927150 or 9573316. OLE color: 9573316.

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

Color convert

RGB 196 19 146 -
CMYK 0 0.90 0.26 0.23
HSL 316.95º 0.82% 0.42% -
HSV(B) 316.95º 0.9% 0.77% -
XYZ 28.19 14.28 28.46 -
YUV 86.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 196 19 146 0 0.90 0.26 0.23 316.95 0.82 0.42
Hex C4 13 92 0 5A 1A 17 13D 52 2A
Octal 304 23 222 0 132 32 27 475 122 52
Binary 11000100 10011 10010010 0 1011010 11010 10111 100111101 1010010 101010

Color Harmonies of #C41392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41392

Black with #C41392

Text Example


Text Example

White with #C41392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41392; }

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

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

background-color css

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

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

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

border-color css

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

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

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