Html Css Color HEX #C409DF Deep Magenta

📋 copy color: '#C409DF'

red 196 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #C409DF

Tints of Deep Magenta #C409DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

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

R = 45.79%
G = 2.1%
B = 52.1%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C409DF (or 0xC409DF) is known color: Deep Magenta. HEX triplet: C4, 09 and DF. RGB value is (196,9,223). Sum of RGB (Red+Green+Blue) = 196+9+223=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C409DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409DF is #3BF620. Grayscale: #585858. Windows color (decimal): -3929633 or 14617028. OLE color: 14617028.

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

Color convert

RGB 196 9 223 -
CMYK 0.12 0.96 0 0.13
HSL 292.43º 0.92% 0.45% -
HSV(B) 292.43º 0.96% 0.87% -
XYZ 36.18 17.26 71.24 -
YUV 89.31 203.45 204.1 -
System Red Green Blue C M Y K H S L
Decimal 196 9 223 0.12 0.96 0 0.13 292.43 0.92 0.45
Hex C4 9 DF C 60 0 D 124 5C 2D
Octal 304 11 337 14 140 0 15 444 134 55
Binary 11000100 1001 11011111 1100 1100000 0 1101 100100100 1011100 101101

Color Harmonies of #C409DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409DF

Black with #C409DF

Text Example


Text Example

White with #C409DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409DF; }

 p { color: rgb(196,9,223); }

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

background-color css

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

 a { background-color: rgb(196,9,223); }

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

border-color css

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

 span { border-color: rgb(196,9,223); }

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