Html Css Color HEX #C21190 Medium Violet Red

📋 copy color: '#C21190'

red 194 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #C21190

Tints of Medium Violet Red #C21190

RGB

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

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

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

R = 54.65%
G = 4.79%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21190 (or 0xC21190) is known color: Medium Violet Red. HEX triplet: C2, 11 and 90. RGB value is (194,17,144). Sum of RGB (Red+Green+Blue) = 194+17+144=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C21190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21190 is #3DEE6F. Grayscale: #545454. Windows color (decimal): -4058736 or 9441730. OLE color: 9441730.

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

Color convert

RGB 194 17 144 -
CMYK 0 0.91 0.26 0.24
HSL 316.95º 0.84% 0.41% -
HSV(B) 316.95º 0.91% 0.76% -
XYZ 27.48 13.88 27.62 -
YUV 84.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 194 17 144 0 0.91 0.26 0.24 316.95 0.84 0.41
Hex C2 11 90 0 5B 1A 18 13D 54 29
Octal 302 21 220 0 133 32 30 475 124 51
Binary 11000010 10001 10010000 0 1011011 11010 11000 100111101 1010100 101001

Color Harmonies of #C21190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21190

Black with #C21190

Text Example


Text Example

White with #C21190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21190; }

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

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

background-color css

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

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

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

border-color css

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

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

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