Html Css Color HEX #C21490 Medium Violet Red

📋 copy color: '#C21490'

red 194 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #C21490

Tints of Medium Violet Red #C21490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 54.19%
G = 5.59%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21490 (or 0xC21490) is known color: Medium Violet Red. HEX triplet: C2, 14 and 90. RGB value is (194,20,144). Sum of RGB (Red+Green+Blue) = 194+20+144=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C21490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21490 is #3DEB6F. Grayscale: #555555. Windows color (decimal): -4057968 or 9442498. OLE color: 9442498.

HSL color Cylindrical-coordinate representation of color #C21490: hue angle of 317.24º 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 #C21490 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 144 -
CMYK 0 0.90 0.26 0.24
HSL 317.24º 0.81% 0.42% -
HSV(B) 317.24º 0.9% 0.76% -
XYZ 27.53 13.98 27.63 -
YUV 86.16 160.65 204.92 -
System Red Green Blue C M Y K H S L
Decimal 194 20 144 0 0.90 0.26 0.24 317.24 0.81 0.42
Hex C2 14 90 0 5A 1A 18 13D 51 2A
Octal 302 24 220 0 132 32 30 475 121 52
Binary 11000010 10100 10010000 0 1011010 11010 11000 100111101 1010001 101010

Color Harmonies of #C21490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21490

Black with #C21490

Text Example


Text Example

White with #C21490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21490; }

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

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

background-color css

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

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

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

border-color css

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

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

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