Html Css Color HEX #C21696 Medium Violet Red

📋 copy color: '#C21696'

red 194 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #C21696

Tints of Medium Violet Red #C21696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.01%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 53.01%
G = 6.01%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C21696 (or 0xC21696) is known color: Medium Violet Red. HEX triplet: C2, 16 and 96. RGB value is (194,22,150). Sum of RGB (Red+Green+Blue) = 194+22+150=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C21696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21696 is #3DE969. Grayscale: #575757. Windows color (decimal): -4057450 or 9836226. OLE color: 9836226.

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

Color convert

RGB 194 22 150 -
CMYK 0 0.89 0.23 0.24
HSL 315.35º 0.8% 0.42% -
HSV(B) 315.35º 0.89% 0.76% -
XYZ 28.04 14.25 30.13 -
YUV 88.02 162.98 203.59 -
System Red Green Blue C M Y K H S L
Decimal 194 22 150 0 0.89 0.23 0.24 315.35 0.8 0.42
Hex C2 16 96 0 59 17 18 13B 50 2A
Octal 302 26 226 0 131 27 30 473 120 52
Binary 11000010 10110 10010110 0 1011001 10111 11000 100111011 1010000 101010

Color Harmonies of #C21696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21696

Black with #C21696

Text Example


Text Example

White with #C21696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21696; }

 p { color: rgb(194,22,150); }

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

background-color css

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

 a { background-color: rgb(194,22,150); }

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

border-color css

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

 span { border-color: rgb(194,22,150); }

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