Html Css Color HEX #C421D1 Deep Magenta

📋 copy color: '#C421D1'

red 196 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #C421D1

Tints of Deep Magenta #C421D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 44.75%
G = 7.53%
B = 47.72%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C421D1 (or 0xC421D1) is known color: Deep Magenta. HEX triplet: C4, 21 and D1. RGB value is (196,33,209). Sum of RGB (Red+Green+Blue) = 196+33+209=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #C421D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421D1 is #3BDE2E. Grayscale: #656565. Windows color (decimal): -3923503 or 13705668. OLE color: 13705668.

HSL color Cylindrical-coordinate representation of color #C421D1: hue angle of 295.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C421D1 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 33 209 -
CMYK 0.06 0.84 0 0.18
HSL 295.57º 0.73% 0.47% -
HSV(B) 295.57º 0.84% 0.82% -
XYZ 34.82 17.43 61.85 -
YUV 101.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 196 33 209 0.06 0.84 0 0.18 295.57 0.73 0.47
Hex C4 21 D1 6 54 0 12 128 49 2F
Octal 304 41 321 6 124 0 22 450 111 57
Binary 11000100 100001 11010001 110 1010100 0 10010 100101000 1001001 101111

Color Harmonies of #C421D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421D1

Black with #C421D1

Text Example


Text Example

White with #C421D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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