Html Css Color HEX #C21ADF Deep Magenta

📋 copy color: '#C21ADF'

red 194 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #C21ADF

Tints of Deep Magenta #C21ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.87%

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

R = 43.79%
G = 5.87%
B = 50.34%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21ADF (or 0xC21ADF) is known color: Deep Magenta. HEX triplet: C2, 1A and DF. RGB value is (194,26,223). Sum of RGB (Red+Green+Blue) = 194+26+223=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #C21ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ADF is #3DE520. Grayscale: #626262. Windows color (decimal): -4056353 or 14621378. OLE color: 14621378.

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

Color convert

RGB 194 26 223 -
CMYK 0.13 0.88 0 0.13
HSL 291.17º 0.79% 0.49% -
HSV(B) 291.17º 0.88% 0.87% -
XYZ 35.94 17.54 71.3 -
YUV 98.69 198.16 195.98 -
System Red Green Blue C M Y K H S L
Decimal 194 26 223 0.13 0.88 0 0.13 291.17 0.79 0.49
Hex C2 1A DF D 58 0 D 123 4F 31
Octal 302 32 337 15 130 0 15 443 117 61
Binary 11000010 11010 11011111 1101 1011000 0 1101 100100011 1001111 110001

Color Harmonies of #C21ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ADF

Black with #C21ADF

Text Example


Text Example

White with #C21ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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