Html Css Color HEX #C40290 Medium Violet Red

📋 copy color: '#C40290'

red 196 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #C40290

Tints of Medium Violet Red #C40290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 57.31%
G = 0.58%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C40290 (or 0xC40290) is known color: Medium Violet Red. HEX triplet: C4, 02 and 90. RGB value is (196,2,144). Sum of RGB (Red+Green+Blue) = 196+2+144=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C40290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40290 is #3BFD6F. Grayscale: #4B4B4B. Windows color (decimal): -3931504 or 9437892. OLE color: 9437892.

HSL color Cylindrical-coordinate representation of color #C40290: hue angle of 316.08º 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 #C40290 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 144 -
CMYK 0 0.99 0.27 0.23
HSL 316.08º 0.98% 0.39% -
HSV(B) 316.08º 0.99% 0.77% -
XYZ 27.82 13.79 27.58 -
YUV 76.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 196 2 144 0 0.99 0.27 0.23 316.08 0.98 0.39
Hex C4 2 90 0 63 1B 17 13C 62 27
Octal 304 2 220 0 143 33 27 474 142 47
Binary 11000100 10 10010000 0 1100011 11011 10111 100111100 1100010 100111

Color Harmonies of #C40290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40290

Black with #C40290

Text Example


Text Example

White with #C40290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40290; }

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

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

background-color css

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

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

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

border-color css

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

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

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