Html Css Color HEX #C21DDD Deep Magenta

📋 copy color: '#C21DDD'

red 194 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #C21DDD

Tints of Deep Magenta #C21DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 43.69%
G = 6.53%
B = 49.77%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21DDD (or 0xC21DDD) is known color: Deep Magenta. HEX triplet: C2, 1D and DD. RGB value is (194,29,221). Sum of RGB (Red+Green+Blue) = 194+29+221=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #C21DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DDD is #3DE222. Grayscale: #636363. Windows color (decimal): -4055587 or 14491074. OLE color: 14491074.

HSL color Cylindrical-coordinate representation of color #C21DDD: hue angle of 291.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21DDD is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 29 221 -
CMYK 0.12 0.87 0 0.13
HSL 291.56º 0.77% 0.49% -
HSV(B) 291.56º 0.87% 0.87% -
XYZ 35.74 17.57 69.91 -
YUV 100.22 196.16 194.89 -
System Red Green Blue C M Y K H S L
Decimal 194 29 221 0.12 0.87 0 0.13 291.56 0.77 0.49
Hex C2 1D DD C 57 0 D 124 4D 31
Octal 302 35 335 14 127 0 15 444 115 61
Binary 11000010 11101 11011101 1100 1010111 0 1101 100100100 1001101 110001

Color Harmonies of #C21DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DDD

Black with #C21DDD

Text Example


Text Example

White with #C21DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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