Html Css Color HEX #C21DDA Deep Magenta

📋 copy color: '#C21DDA'

red 194 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #C21DDA

Tints of Deep Magenta #C21DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 43.99%
G = 6.58%
B = 49.43%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C21DDA (or 0xC21DDA) is known color: Deep Magenta. HEX triplet: C2, 1D and DA. RGB value is (194,29,218). Sum of RGB (Red+Green+Blue) = 194+29+218=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #C21DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DDA is #3DE225. Grayscale: #636363. Windows color (decimal): -4055590 or 14294466. OLE color: 14294466.

HSL color Cylindrical-coordinate representation of color #C21DDA: hue angle of 292.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21DDA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 29 218 -
CMYK 0.11 0.87 0 0.15
HSL 292.38º 0.77% 0.48% -
HSV(B) 292.38º 0.87% 0.85% -
XYZ 35.34 17.41 67.83 -
YUV 99.88 194.66 195.13 -
System Red Green Blue C M Y K H S L
Decimal 194 29 218 0.11 0.87 0 0.15 292.38 0.77 0.48
Hex C2 1D DA B 57 0 F 124 4D 30
Octal 302 35 332 13 127 0 17 444 115 60
Binary 11000010 11101 11011010 1011 1010111 0 1111 100100100 1001101 110000

Color Harmonies of #C21DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DDA

Black with #C21DDA

Text Example


Text Example

White with #C21DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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