Html Css Color HEX #C21F9E Medium Violet Red

📋 copy color: '#C21F9E'

red 194 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #C21F9E

Tints of Medium Violet Red #C21F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 50.65%
G = 8.09%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C21F9E (or 0xC21F9E) is known color: Medium Violet Red. HEX triplet: C2, 1F and 9E. RGB value is (194,31,158). Sum of RGB (Red+Green+Blue) = 194+31+158=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F9E is #3DE061. Grayscale: #5D5D5D. Windows color (decimal): -4055138 or 10362818. OLE color: 10362818.

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

Color convert

RGB 194 31 158 -
CMYK 0 0.84 0.19 0.24
HSL 313.25º 0.72% 0.44% -
HSV(B) 313.25º 0.84% 0.76% -
XYZ 28.91 14.92 33.7 -
YUV 94.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 194 31 158 0 0.84 0.19 0.24 313.25 0.72 0.44
Hex C2 1F 9E 0 54 13 18 139 48 2C
Octal 302 37 236 0 124 23 30 471 110 54
Binary 11000010 11111 10011110 0 1010100 10011 11000 100111001 1001000 101100

Color Harmonies of #C21F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F9E

Black with #C21F9E

Text Example


Text Example

White with #C21F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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