Html Css Color HEX #C40099 Medium Violet Red

📋 copy color: '#C40099'

red 196 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #C40099

Tints of Medium Violet Red #C40099

RGB

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

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

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

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C40099 (or 0xC40099) is known color: Medium Violet Red. HEX triplet: C4, 00 and 99. RGB value is (196,0,153). Sum of RGB (Red+Green+Blue) = 196+0+153=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C40099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40099 is #3BFF66. Grayscale: #4B4B4B. Windows color (decimal): -3932007 or 10027204. OLE color: 10027204.

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

Color convert

RGB 196 0 153 -
CMYK 0 1 0.22 0.23
HSL 313.16º 1% 0.38% -
HSV(B) 313.16º 1% 0.77% -
XYZ 28.51 14.04 31.34 -
YUV 76.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 196 0 153 0 1 0.22 0.23 313.16 1 0.38
Hex C4 0 99 0 64 16 17 139 64 26
Octal 304 0 231 0 144 26 27 471 144 46
Binary 11000100 0 10011001 0 1100100 10110 10111 100111001 1100100 100110

Color Harmonies of #C40099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40099

Black with #C40099

Text Example


Text Example

White with #C40099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40099; }

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

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

background-color css

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

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

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

border-color css

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

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

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