Html Css Color HEX #C21694 Medium Violet Red

📋 copy color: '#C21694'

red 194 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #C21694

Tints of Medium Violet Red #C21694

RGB

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

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

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

R = 53.3%
G = 6.04%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21694 (or 0xC21694) is known color: Medium Violet Red. HEX triplet: C2, 16 and 94. RGB value is (194,22,148). Sum of RGB (Red+Green+Blue) = 194+22+148=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21694 is #3DE96B. Grayscale: #575757. Windows color (decimal): -4057452 or 9705154. OLE color: 9705154.

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

Color convert

RGB 194 22 148 -
CMYK 0 0.89 0.24 0.24
HSL 316.05º 0.8% 0.42% -
HSV(B) 316.05º 0.89% 0.76% -
XYZ 27.88 14.18 29.28 -
YUV 87.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 194 22 148 0 0.89 0.24 0.24 316.05 0.8 0.42
Hex C2 16 94 0 59 18 18 13C 50 2A
Octal 302 26 224 0 131 30 30 474 120 52
Binary 11000010 10110 10010100 0 1011001 11000 11000 100111100 1010000 101010

Color Harmonies of #C21694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21694

Black with #C21694

Text Example


Text Example

White with #C21694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21694; }

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

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

background-color css

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

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

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

border-color css

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

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

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