Html Css Color HEX #C21DDF Deep Magenta

📋 copy color: '#C21DDF'

red 194 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #C21DDF

Tints of Deep Magenta #C21DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 43.5%
G = 6.5%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21DDF (or 0xC21DDF) is known color: Deep Magenta. HEX triplet: C2, 1D and DF. RGB value is (194,29,223). Sum of RGB (Red+Green+Blue) = 194+29+223=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C21DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DDF is #3DE220. Grayscale: #636363. Windows color (decimal): -4055585 or 14622146. OLE color: 14622146.

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

Color convert

RGB 194 29 223 -
CMYK 0.13 0.87 0 0.13
HSL 291.03º 0.77% 0.49% -
HSV(B) 291.03º 0.87% 0.87% -
XYZ 36.01 17.68 71.33 -
YUV 100.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 194 29 223 0.13 0.87 0 0.13 291.03 0.77 0.49
Hex C2 1D DF D 57 0 D 123 4D 31
Octal 302 35 337 15 127 0 15 443 115 61
Binary 11000010 11101 11011111 1101 1010111 0 1101 100100011 1001101 110001

Color Harmonies of #C21DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DDF

Black with #C21DDF

Text Example


Text Example

White with #C21DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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