Html Css Color HEX #C40399 Medium Violet Red

📋 copy color: '#C40399'

red 196 ◦ green 3 ◦ blue 153

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

Shades of Medium Violet Red #C40399

Tints of Medium Violet Red #C40399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 55.68%
G = 0.85%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C40399 (or 0xC40399) is known color: Medium Violet Red. HEX triplet: C4, 03 and 99. RGB value is (196,3,153). Sum of RGB (Red+Green+Blue) = 196+3+153=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C40399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40399 is #3BFC66. Grayscale: #4D4D4D. Windows color (decimal): -3931239 or 10027972. OLE color: 10027972.

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

Color convert

RGB 196 3 153 -
CMYK 0 0.98 0.22 0.23
HSL 313.37º 0.97% 0.39% -
HSV(B) 313.37º 0.98% 0.77% -
XYZ 28.55 14.1 31.35 -
YUV 77.81 170.44 212.3 -
System Red Green Blue C M Y K H S L
Decimal 196 3 153 0 0.98 0.22 0.23 313.37 0.97 0.39
Hex C4 3 99 0 62 16 17 139 61 27
Octal 304 3 231 0 142 26 27 471 141 47
Binary 11000100 11 10011001 0 1100010 10110 10111 100111001 1100001 100111

Color Harmonies of #C40399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40399

Black with #C40399

Text Example


Text Example

White with #C40399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40399; }

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

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

background-color css

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

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

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

border-color css

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

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

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