Html Css Color HEX #C21D9A Medium Violet Red

📋 copy color: '#C21D9A'

red 194 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #C21D9A

Tints of Medium Violet Red #C21D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 51.46%
G = 7.69%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C21D9A (or 0xC21D9A) is known color: Medium Violet Red. HEX triplet: C2, 1D and 9A. RGB value is (194,29,154). Sum of RGB (Red+Green+Blue) = 194+29+154=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D9A is #3DE265. Grayscale: #5C5C5C. Windows color (decimal): -4055654 or 10100162. OLE color: 10100162.

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

Color convert

RGB 194 29 154 -
CMYK 0 0.85 0.21 0.24
HSL 314.55º 0.74% 0.44% -
HSV(B) 314.55º 0.85% 0.76% -
XYZ 28.52 14.68 31.9 -
YUV 92.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 194 29 154 0 0.85 0.21 0.24 314.55 0.74 0.44
Hex C2 1D 9A 0 55 15 18 13B 4A 2C
Octal 302 35 232 0 125 25 30 473 112 54
Binary 11000010 11101 10011010 0 1010101 10101 11000 100111011 1001010 101100

Color Harmonies of #C21D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D9A

Black with #C21D9A

Text Example


Text Example

White with #C21D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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