Html Css Color HEX #C21DA8 Medium Violet Red

📋 copy color: '#C21DA8'

red 194 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #C21DA8

Tints of Medium Violet Red #C21DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 49.62%
G = 7.42%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C21DA8 (or 0xC21DA8) is known color: Medium Violet Red. HEX triplet: C2, 1D and A8. RGB value is (194,29,168). Sum of RGB (Red+Green+Blue) = 194+29+168=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DA8 is #3DE257. Grayscale: #5D5D5D. Windows color (decimal): -4055640 or 11017666. OLE color: 11017666.

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

Color convert

RGB 194 29 168 -
CMYK 0 0.85 0.13 0.24
HSL 309.45º 0.74% 0.44% -
HSV(B) 309.45º 0.85% 0.76% -
XYZ 29.76 15.18 38.41 -
YUV 94.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 194 29 168 0 0.85 0.13 0.24 309.45 0.74 0.44
Hex C2 1D A8 0 55 D 18 135 4A 2C
Octal 302 35 250 0 125 15 30 465 112 54
Binary 11000010 11101 10101000 0 1010101 1101 11000 100110101 1001010 101100

Color Harmonies of #C21DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DA8

Black with #C21DA8

Text Example


Text Example

White with #C21DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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