Html Css Color HEX #C21499 Medium Violet Red

📋 copy color: '#C21499'

red 194 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #C21499

Tints of Medium Violet Red #C21499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 52.86%
G = 5.45%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C21499 (or 0xC21499) is known color: Medium Violet Red. HEX triplet: C2, 14 and 99. RGB value is (194,20,153). Sum of RGB (Red+Green+Blue) = 194+20+153=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C21499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21499 is #3DEB66. Grayscale: #565656. Windows color (decimal): -4057959 or 10032322. OLE color: 10032322.

HSL color Cylindrical-coordinate representation of color #C21499: hue angle of 314.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21499 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 153 -
CMYK 0 0.90 0.21 0.24
HSL 314.14º 0.81% 0.42% -
HSV(B) 314.14º 0.9% 0.76% -
XYZ 28.25 14.27 31.4 -
YUV 87.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 194 20 153 0 0.90 0.21 0.24 314.14 0.81 0.42
Hex C2 14 99 0 5A 15 18 13A 51 2A
Octal 302 24 231 0 132 25 30 472 121 52
Binary 11000010 10100 10011001 0 1011010 10101 11000 100111010 1010001 101010

Color Harmonies of #C21499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21499

Black with #C21499

Text Example


Text Example

White with #C21499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21499; }

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

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

background-color css

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

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

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

border-color css

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

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

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