Html Css Color HEX #C421DE Deep Magenta

📋 copy color: '#C421DE'

red 196 ◦ green 33 ◦ blue 222

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

Shades of Deep Magenta #C421DE

Tints of Deep Magenta #C421DE

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 33 (13.28% from 255) = 7.32%

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 43.46%
G = 7.32%
B = 49.22%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C421DE (or 0xC421DE) is known color: Deep Magenta. HEX triplet: C4, 21 and DE. RGB value is (196,33,222). Sum of RGB (Red+Green+Blue) = 196+33+222=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #C421DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421DE is #3BDE21. Grayscale: #666666. Windows color (decimal): -3923490 or 14557636. OLE color: 14557636.

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

Color convert

RGB 196 33 222 -
CMYK 0.12 0.85 0 0.13
HSL 291.75º 0.74% 0.5% -
HSV(B) 291.75º 0.85% 0.87% -
XYZ 36.49 18.1 70.68 -
YUV 103.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 196 33 222 0.12 0.85 0 0.13 291.75 0.74 0.5
Hex C4 21 DE C 55 0 D 124 4A 32
Octal 304 41 336 14 125 0 15 444 112 62
Binary 11000100 100001 11011110 1100 1010101 0 1101 100100100 1001010 110010

Color Harmonies of #C421DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421DE

Black with #C421DE

Text Example


Text Example

White with #C421DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421DE; }

 p { color: rgb(196,33,222); }

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

background-color css

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

 a { background-color: rgb(196,33,222); }

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

border-color css

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

 span { border-color: rgb(196,33,222); }

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