Html Css Color HEX #C21DAC Medium Violet Red

📋 copy color: '#C21DAC'

red 194 ◦ green 29 ◦ blue 172

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

Shades of Medium Violet Red #C21DAC

Tints of Medium Violet Red #C21DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 49.11%
G = 7.34%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C21DAC (or 0xC21DAC) is known color: Medium Violet Red. HEX triplet: C2, 1D and AC. RGB value is (194,29,172). Sum of RGB (Red+Green+Blue) = 194+29+172=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DAC is #3DE253. Grayscale: #5E5E5E. Windows color (decimal): -4055636 or 11279810. OLE color: 11279810.

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

Color convert

RGB 194 29 172 -
CMYK 0 0.85 0.11 0.24
HSL 308º 0.74% 0.44% -
HSV(B) 308º 0.85% 0.76% -
XYZ 30.13 15.33 40.4 -
YUV 94.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 194 29 172 0 0.85 0.11 0.24 308 0.74 0.44
Hex C2 1D AC 0 55 B 18 134 4A 2C
Octal 302 35 254 0 125 13 30 464 112 54
Binary 11000010 11101 10101100 0 1010101 1011 11000 100110100 1001010 101100

Color Harmonies of #C21DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DAC

Black with #C21DAC

Text Example


Text Example

White with #C21DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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