Html Css Color HEX #C21994 Medium Violet Red

📋 copy color: '#C21994'

red 194 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #C21994

Tints of Medium Violet Red #C21994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 52.86%
G = 6.81%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21994 (or 0xC21994) is known color: Medium Violet Red. HEX triplet: C2, 19 and 94. RGB value is (194,25,148). Sum of RGB (Red+Green+Blue) = 194+25+148=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C21994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21994 is #3DE66B. Grayscale: #595959. Windows color (decimal): -4056684 or 9705922. OLE color: 9705922.

HSL color Cylindrical-coordinate representation of color #C21994: hue angle of 316.33º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21994 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 148 -
CMYK 0 0.87 0.24 0.24
HSL 316.33º 0.77% 0.43% -
HSV(B) 316.33º 0.87% 0.76% -
XYZ 27.94 14.3 29.31 -
YUV 89.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 194 25 148 0 0.87 0.24 0.24 316.33 0.77 0.43
Hex C2 19 94 0 57 18 18 13C 4D 2B
Octal 302 31 224 0 127 30 30 474 115 53
Binary 11000010 11001 10010100 0 1010111 11000 11000 100111100 1001101 101011

Color Harmonies of #C21994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21994

Black with #C21994

Text Example


Text Example

White with #C21994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21994; }

 p { color: rgb(194,25,148); }

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

background-color css

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

 a { background-color: rgb(194,25,148); }

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

border-color css

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

 span { border-color: rgb(194,25,148); }

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