Html Css Color HEX #C21992 Medium Violet Red

📋 copy color: '#C21992'

red 194 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #C21992

Tints of Medium Violet Red #C21992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40%

R = 53.15%
G = 6.85%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C21992 (or 0xC21992) is known color: Medium Violet Red. HEX triplet: C2, 19 and 92. RGB value is (194,25,146). Sum of RGB (Red+Green+Blue) = 194+25+146=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C21992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21992 is #3DE66D. Grayscale: #595959. Windows color (decimal): -4056686 or 9574850. OLE color: 9574850.

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

Color convert

RGB 194 25 146 -
CMYK 0 0.87 0.25 0.24
HSL 317.04º 0.77% 0.43% -
HSV(B) 317.04º 0.87% 0.76% -
XYZ 27.78 14.24 28.48 -
YUV 89.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 194 25 146 0 0.87 0.25 0.24 317.04 0.77 0.43
Hex C2 19 92 0 57 19 18 13D 4D 2B
Octal 302 31 222 0 127 31 30 475 115 53
Binary 11000010 11001 10010010 0 1010111 11001 11000 100111101 1001101 101011

Color Harmonies of #C21992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21992

Black with #C21992

Text Example


Text Example

White with #C21992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21992; }

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

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

background-color css

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

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

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

border-color css

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

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

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