Html Css Color HEX #C21DD0 Deep Magenta

📋 copy color: '#C21DD0'

red 194 ◦ green 29 ◦ blue 208

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

Shades of Deep Magenta #C21DD0

Tints of Deep Magenta #C21DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 45.01%
G = 6.73%
B = 48.26%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C21DD0 (or 0xC21DD0) is known color: Deep Magenta. HEX triplet: C2, 1D and D0. RGB value is (194,29,208). Sum of RGB (Red+Green+Blue) = 194+29+208=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #C21DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DD0 is #3DE22F. Grayscale: #626262. Windows color (decimal): -4055600 or 13639106. OLE color: 13639106.

HSL color Cylindrical-coordinate representation of color #C21DD0: hue angle of 295.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21DD0 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 29 208 -
CMYK 0.07 0.86 0 0.18
HSL 295.31º 0.76% 0.46% -
HSV(B) 295.31º 0.86% 0.82% -
XYZ 34.07 16.9 61.14 -
YUV 98.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 194 29 208 0.07 0.86 0 0.18 295.31 0.76 0.46
Hex C2 1D D0 7 56 0 12 127 4C 2E
Octal 302 35 320 7 126 0 22 447 114 56
Binary 11000010 11101 11010000 111 1010110 0 10010 100100111 1001100 101110

Color Harmonies of #C21DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DD0

Black with #C21DD0

Text Example


Text Example

White with #C21DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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