Html Css Color HEX #C21D9F Medium Violet Red

📋 copy color: '#C21D9F'

red 194 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #C21D9F

Tints of Medium Violet Red #C21D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 50.79%
G = 7.59%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C21D9F (or 0xC21D9F) is known color: Medium Violet Red. HEX triplet: C2, 1D and 9F. RGB value is (194,29,159). Sum of RGB (Red+Green+Blue) = 194+29+159=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D9F is #3DE260. Grayscale: #5C5C5C. Windows color (decimal): -4055649 or 10427842. OLE color: 10427842.

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

Color convert

RGB 194 29 159 -
CMYK 0 0.85 0.18 0.24
HSL 312.73º 0.74% 0.44% -
HSV(B) 312.73º 0.85% 0.76% -
XYZ 28.95 14.85 34.14 -
YUV 93.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 194 29 159 0 0.85 0.18 0.24 312.73 0.74 0.44
Hex C2 1D 9F 0 55 12 18 139 4A 2C
Octal 302 35 237 0 125 22 30 471 112 54
Binary 11000010 11101 10011111 0 1010101 10010 11000 100111001 1001010 101100

Color Harmonies of #C21D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D9F

Black with #C21D9F

Text Example


Text Example

White with #C21D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D9F; }

 p { color: rgb(194,29,159); }

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

background-color css

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

 a { background-color: rgb(194,29,159); }

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

border-color css

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

 span { border-color: rgb(194,29,159); }

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