Html Css Color HEX #C21199 Medium Violet Red

📋 copy color: '#C21199'

red 194 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #C21199

Tints of Medium Violet Red #C21199

RGB

 RED value IS 194 (76.17% from 255) = 53.3%

 GREEN value IS 17 (7.03% from 255) = 4.67%

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

R = 53.3%
G = 4.67%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C21199 (or 0xC21199) is known color: Medium Violet Red. HEX triplet: C2, 11 and 99. RGB value is (194,17,153). Sum of RGB (Red+Green+Blue) = 194+17+153=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21199 is #3DEE66. Grayscale: #555555. Windows color (decimal): -4058727 or 10031554. OLE color: 10031554.

HSL color Cylindrical-coordinate representation of color #C21199: hue angle of 313.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21199 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 153 -
CMYK 0 0.91 0.21 0.24
HSL 313.9º 0.84% 0.41% -
HSV(B) 313.9º 0.91% 0.76% -
XYZ 28.2 14.17 31.39 -
YUV 85.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 194 17 153 0 0.91 0.21 0.24 313.9 0.84 0.41
Hex C2 11 99 0 5B 15 18 13A 54 29
Octal 302 21 231 0 133 25 30 472 124 51
Binary 11000010 10001 10011001 0 1011011 10101 11000 100111010 1010100 101001

Color Harmonies of #C21199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21199

Black with #C21199

Text Example


Text Example

White with #C21199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21199; }

 p { color: rgb(194,17,153); }

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

background-color css

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

 a { background-color: rgb(194,17,153); }

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

border-color css

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

 span { border-color: rgb(194,17,153); }

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