Html Css Color HEX #C21295 Medium Violet Red

📋 copy color: '#C21295'

red 194 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #C21295

Tints of Medium Violet Red #C21295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 53.74%
G = 4.99%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C21295 (or 0xC21295) is known color: Medium Violet Red. HEX triplet: C2, 12 and 95. RGB value is (194,18,149). Sum of RGB (Red+Green+Blue) = 194+18+149=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21295 is #3DED6A. Grayscale: #555555. Windows color (decimal): -4058475 or 9769666. OLE color: 9769666.

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

Color convert

RGB 194 18 149 -
CMYK 0 0.91 0.23 0.24
HSL 315.34º 0.83% 0.42% -
HSV(B) 315.34º 0.91% 0.76% -
XYZ 27.89 14.07 29.68 -
YUV 85.56 163.81 205.35 -
System Red Green Blue C M Y K H S L
Decimal 194 18 149 0 0.91 0.23 0.24 315.34 0.83 0.42
Hex C2 12 95 0 5B 17 18 13B 53 2A
Octal 302 22 225 0 133 27 30 473 123 52
Binary 11000010 10010 10010101 0 1011011 10111 11000 100111011 1010011 101010

Color Harmonies of #C21295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21295

Black with #C21295

Text Example


Text Example

White with #C21295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21295; }

 p { color: rgb(194,18,149); }

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

background-color css

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

 a { background-color: rgb(194,18,149); }

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

border-color css

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

 span { border-color: rgb(194,18,149); }

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