Html Css Color HEX #C40592 Medium Violet Red

📋 copy color: '#C40592'

red 196 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #C40592

Tints of Medium Violet Red #C40592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 56.48%
G = 1.44%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C40592 (or 0xC40592) is known color: Medium Violet Red. HEX triplet: C4, 05 and 92. RGB value is (196,5,146). Sum of RGB (Red+Green+Blue) = 196+5+146=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C40592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40592 is #3BFA6D. Grayscale: #4D4D4D. Windows color (decimal): -3930734 or 9569732. OLE color: 9569732.

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

Color convert

RGB 196 5 146 -
CMYK 0 0.97 0.26 0.23
HSL 315.71º 0.95% 0.39% -
HSV(B) 315.71º 0.97% 0.77% -
XYZ 28.01 13.92 28.4 -
YUV 78.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 196 5 146 0 0.97 0.26 0.23 315.71 0.95 0.39
Hex C4 5 92 0 61 1A 17 13C 5F 27
Octal 304 5 222 0 141 32 27 474 137 47
Binary 11000100 101 10010010 0 1100001 11010 10111 100111100 1011111 100111

Color Harmonies of #C40592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40592

Black with #C40592

Text Example


Text Example

White with #C40592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40592; }

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

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

background-color css

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

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

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

border-color css

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

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

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