Html Css Color HEX #C21592 Medium Violet Red

📋 copy color: '#C21592'

red 194 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #C21592

Tints of Medium Violet Red #C21592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.82%

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

R = 53.74%
G = 5.82%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C21592 (or 0xC21592) is known color: Medium Violet Red. HEX triplet: C2, 15 and 92. RGB value is (194,21,146). Sum of RGB (Red+Green+Blue) = 194+21+146=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21592 is #3DEA6D. Grayscale: #565656. Windows color (decimal): -4057710 or 9573826. OLE color: 9573826.

HSL color Cylindrical-coordinate representation of color #C21592: hue angle of 316.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21592 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 146 -
CMYK 0 0.89 0.25 0.24
HSL 316.65º 0.8% 0.42% -
HSV(B) 316.65º 0.89% 0.76% -
XYZ 27.7 14.08 28.45 -
YUV 86.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 194 21 146 0 0.89 0.25 0.24 316.65 0.8 0.42
Hex C2 15 92 0 59 19 18 13D 50 2A
Octal 302 25 222 0 131 31 30 475 120 52
Binary 11000010 10101 10010010 0 1011001 11001 11000 100111101 1010000 101010

Color Harmonies of #C21592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21592

Black with #C21592

Text Example


Text Example

White with #C21592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21592; }

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

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

background-color css

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

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

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

border-color css

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

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

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