Html Css Color HEX #C40293 Medium Violet Red

📋 copy color: '#C40293'

red 196 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #C40293

Tints of Medium Violet Red #C40293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 56.81%
G = 0.58%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C40293 (or 0xC40293) is known color: Medium Violet Red. HEX triplet: C4, 02 and 93. RGB value is (196,2,147). Sum of RGB (Red+Green+Blue) = 196+2+147=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C40293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40293 is #3BFD6C. Grayscale: #4C4C4C. Windows color (decimal): -3931501 or 9634500. OLE color: 9634500.

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

Color convert

RGB 196 2 147 -
CMYK 0 0.99 0.25 0.23
HSL 315.15º 0.98% 0.39% -
HSV(B) 315.15º 0.99% 0.77% -
XYZ 28.05 13.89 28.81 -
YUV 76.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 196 2 147 0 0.99 0.25 0.23 315.15 0.98 0.39
Hex C4 2 93 0 63 19 17 13B 62 27
Octal 304 2 223 0 143 31 27 473 142 47
Binary 11000100 10 10010011 0 1100011 11001 10111 100111011 1100010 100111

Color Harmonies of #C40293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40293

Black with #C40293

Text Example


Text Example

White with #C40293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40293; }

 p { color: rgb(196,2,147); }

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

background-color css

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

 a { background-color: rgb(196,2,147); }

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

border-color css

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

 span { border-color: rgb(196,2,147); }

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