Html Css Color HEX #C21F9D Medium Violet Red

📋 copy color: '#C21F9D'

red 194 ◦ green 31 ◦ blue 157

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

Shades of Medium Violet Red #C21F9D

Tints of Medium Violet Red #C21F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 50.79%
G = 8.12%
B = 41.1%

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

#C21F9D (or 0xC21F9D) is known color: Medium Violet Red. HEX triplet: C2, 1F and 9D. RGB value is (194,31,157). Sum of RGB (Red+Green+Blue) = 194+31+157=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F9D is #3DE062. Grayscale: #5D5D5D. Windows color (decimal): -4055139 or 10297282. OLE color: 10297282.

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

Color convert

RGB 194 31 157 -
CMYK 0 0.84 0.19 0.24
HSL 313.62º 0.72% 0.44% -
HSV(B) 313.62º 0.84% 0.76% -
XYZ 28.82 14.88 33.25 -
YUV 94.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 194 31 157 0 0.84 0.19 0.24 313.62 0.72 0.44
Hex C2 1F 9D 0 54 13 18 13A 48 2C
Octal 302 37 235 0 124 23 30 472 110 54
Binary 11000010 11111 10011101 0 1010100 10011 11000 100111010 1001000 101100

Color Harmonies of #C21F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F9D

Black with #C21F9D

Text Example


Text Example

White with #C21F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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