Html Css Color HEX #C40C99 Medium Violet Red

📋 copy color: '#C40C99'

red 196 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #C40C99

Tints of Medium Violet Red #C40C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.32%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 54.29%
G = 3.32%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C40C99 (or 0xC40C99) is known color: Medium Violet Red. HEX triplet: C4, 0C and 99. RGB value is (196,12,153). Sum of RGB (Red+Green+Blue) = 196+12+153=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C99 is #3BF366. Grayscale: #525252. Windows color (decimal): -3928935 or 10030276. OLE color: 10030276.

HSL color Cylindrical-coordinate representation of color #C40C99: hue angle of 314.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C99 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 153 -
CMYK 0 0.94 0.22 0.23
HSL 314.02º 0.88% 0.41% -
HSV(B) 314.02º 0.94% 0.77% -
XYZ 28.65 14.3 31.39 -
YUV 83.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 196 12 153 0 0.94 0.22 0.23 314.02 0.88 0.41
Hex C4 C 99 0 5E 16 17 13A 58 29
Octal 304 14 231 0 136 26 27 472 130 51
Binary 11000100 1100 10011001 0 1011110 10110 10111 100111010 1011000 101001

Color Harmonies of #C40C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C99

Black with #C40C99

Text Example


Text Example

White with #C40C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C99; }

 p { color: rgb(196,12,153); }

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

background-color css

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

 a { background-color: rgb(196,12,153); }

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

border-color css

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

 span { border-color: rgb(196,12,153); }

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