Html Css Color HEX #C41C92 Medium Violet Red

📋 copy color: '#C41C92'

red 196 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #C41C92

Tints of Medium Violet Red #C41C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

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

R = 52.97%
G = 7.57%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C41C92 (or 0xC41C92) is known color: Medium Violet Red. HEX triplet: C4, 1C and 92. RGB value is (196,28,146). Sum of RGB (Red+Green+Blue) = 196+28+146=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C92 is #3BE36D. Grayscale: #5B5B5B. Windows color (decimal): -3924846 or 9575620. OLE color: 9575620.

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

Color convert

RGB 196 28 146 -
CMYK 0 0.86 0.26 0.23
HSL 317.86º 0.75% 0.44% -
HSV(B) 317.86º 0.86% 0.77% -
XYZ 28.37 14.64 28.53 -
YUV 91.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 196 28 146 0 0.86 0.26 0.23 317.86 0.75 0.44
Hex C4 1C 92 0 56 1A 17 13E 4B 2C
Octal 304 34 222 0 126 32 27 476 113 54
Binary 11000100 11100 10010010 0 1010110 11010 10111 100111110 1001011 101100

Color Harmonies of #C41C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C92

Black with #C41C92

Text Example


Text Example

White with #C41C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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