Html Css Color HEX #C40092 Medium Violet Red

📋 copy color: '#C40092'

red 196 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #C40092

Tints of Medium Violet Red #C40092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.31%
G = 0%
B = 42.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C40092 (or 0xC40092) is known color: Medium Violet Red. HEX triplet: C4, 00 and 92. RGB value is (196,0,146). Sum of RGB (Red+Green+Blue) = 196+0+146=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C40092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40092 is #3BFF6D. Grayscale: #4A4A4A. Windows color (decimal): -3932014 or 9568452. OLE color: 9568452.

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

Color convert

RGB 196 0 146 -
CMYK 0 1 0.26 0.23
HSL 315.31º 1% 0.38% -
HSV(B) 315.31º 1% 0.77% -
XYZ 27.95 13.81 28.39 -
YUV 75.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 196 0 146 0 1 0.26 0.23 315.31 1 0.38
Hex C4 0 92 0 64 1A 17 13B 64 26
Octal 304 0 222 0 144 32 27 473 144 46
Binary 11000100 0 10010010 0 1100100 11010 10111 100111011 1100100 100110

Color Harmonies of #C40092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40092

Black with #C40092

Text Example


Text Example

White with #C40092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40092; }

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

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

background-color css

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

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

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

border-color css

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

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

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