Html Css Color HEX #C40299 Medium Violet Red

📋 copy color: '#C40299'

red 196 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #C40299

Tints of Medium Violet Red #C40299

RGB

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

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

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

R = 55.84%
G = 0.57%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C40299 (or 0xC40299) is known color: Medium Violet Red. HEX triplet: C4, 02 and 99. RGB value is (196,2,153). Sum of RGB (Red+Green+Blue) = 196+2+153=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C40299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40299 is #3BFD66. Grayscale: #4C4C4C. Windows color (decimal): -3931495 or 10027716. OLE color: 10027716.

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

Color convert

RGB 196 2 153 -
CMYK 0 0.99 0.22 0.23
HSL 313.3º 0.98% 0.39% -
HSV(B) 313.3º 0.99% 0.77% -
XYZ 28.54 14.08 31.35 -
YUV 77.22 170.77 212.72 -
System Red Green Blue C M Y K H S L
Decimal 196 2 153 0 0.99 0.22 0.23 313.3 0.98 0.39
Hex C4 2 99 0 63 16 17 139 62 27
Octal 304 2 231 0 143 26 27 471 142 47
Binary 11000100 10 10011001 0 1100011 10110 10111 100111001 1100010 100111

Color Harmonies of #C40299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40299

Black with #C40299

Text Example


Text Example

White with #C40299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40299; }

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

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

background-color css

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

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

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

border-color css

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

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

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