Html Css Color HEX #C21F97 Medium Violet Red

📋 copy color: '#C21F97'

red 194 ◦ green 31 ◦ blue 151

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

Shades of Medium Violet Red #C21F97

Tints of Medium Violet Red #C21F97

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.24%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 51.6%
G = 8.24%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C21F97 (or 0xC21F97) is known color: Medium Violet Red. HEX triplet: C2, 1F and 97. RGB value is (194,31,151). Sum of RGB (Red+Green+Blue) = 194+31+151=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F97 is #3DE068. Grayscale: #5D5D5D. Windows color (decimal): -4055145 or 9904066. OLE color: 9904066.

HSL color Cylindrical-coordinate representation of color #C21F97: hue angle of 315.83º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F97 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 151 -
CMYK 0 0.84 0.22 0.24
HSL 315.83º 0.72% 0.44% -
HSV(B) 315.83º 0.84% 0.76% -
XYZ 28.32 14.68 30.62 -
YUV 93.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 194 31 151 0 0.84 0.22 0.24 315.83 0.72 0.44
Hex C2 1F 97 0 54 16 18 13C 48 2C
Octal 302 37 227 0 124 26 30 474 110 54
Binary 11000010 11111 10010111 0 1010100 10110 11000 100111100 1001000 101100

Color Harmonies of #C21F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F97

Black with #C21F97

Text Example


Text Example

White with #C21F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F97; }

 p { color: rgb(194,31,151); }

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

background-color css

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

 a { background-color: rgb(194,31,151); }

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

border-color css

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

 span { border-color: rgb(194,31,151); }

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