Html Css Color HEX #C21DAE Deep Magenta

📋 copy color: '#C21DAE'

red 194 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #C21DAE

Tints of Deep Magenta #C21DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 48.87%
G = 7.3%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C21DAE (or 0xC21DAE) is known color: Deep Magenta. HEX triplet: C2, 1D and AE. RGB value is (194,29,174). Sum of RGB (Red+Green+Blue) = 194+29+174=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DAE is #3DE251. Grayscale: #5E5E5E. Windows color (decimal): -4055634 or 11410882. OLE color: 11410882.

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

Color convert

RGB 194 29 174 -
CMYK 0 0.85 0.10 0.24
HSL 307.27º 0.74% 0.44% -
HSV(B) 307.27º 0.85% 0.76% -
XYZ 30.33 15.4 41.42 -
YUV 94.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 194 29 174 0 0.85 0.10 0.24 307.27 0.74 0.44
Hex C2 1D AE 0 55 A 18 133 4A 2C
Octal 302 35 256 0 125 12 30 463 112 54
Binary 11000010 11101 10101110 0 1010101 1010 11000 100110011 1001010 101100

Color Harmonies of #C21DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DAE

Black with #C21DAE

Text Example


Text Example

White with #C21DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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