Html Css Color HEX #C40992 Medium Violet Red

📋 copy color: '#C40992'

red 196 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #C40992

Tints of Medium Violet Red #C40992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 55.84%
G = 2.56%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C40992 (or 0xC40992) is known color: Medium Violet Red. HEX triplet: C4, 09 and 92. RGB value is (196,9,146). Sum of RGB (Red+Green+Blue) = 196+9+146=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C40992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40992 is #3BF66D. Grayscale: #505050. Windows color (decimal): -3929710 or 9570756. OLE color: 9570756.

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

Color convert

RGB 196 9 146 -
CMYK 0 0.95 0.26 0.23
HSL 316.04º 0.91% 0.4% -
HSV(B) 316.04º 0.95% 0.77% -
XYZ 28.05 14.01 28.42 -
YUV 80.53 164.95 210.36 -
System Red Green Blue C M Y K H S L
Decimal 196 9 146 0 0.95 0.26 0.23 316.04 0.91 0.4
Hex C4 9 92 0 5F 1A 17 13C 5B 28
Octal 304 11 222 0 137 32 27 474 133 50
Binary 11000100 1001 10010010 0 1011111 11010 10111 100111100 1011011 101000

Color Harmonies of #C40992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40992

Black with #C40992

Text Example


Text Example

White with #C40992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40992; }

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

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

background-color css

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

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

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

border-color css

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

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

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