Html Css Color HEX #C407D9 Deep Magenta

📋 copy color: '#C407D9'

red 196 ◦ green 7 ◦ blue 217

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

Shades of Deep Magenta #C407D9

Tints of Deep Magenta #C407D9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 46.67%
G = 1.67%
B = 51.67%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C407D9 (or 0xC407D9) is known color: Deep Magenta. HEX triplet: C4, 07 and D9. RGB value is (196,7,217). Sum of RGB (Red+Green+Blue) = 196+7+217=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #C407D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407D9 is #3BF826. Grayscale: #565656. Windows color (decimal): -3930151 or 14223300. OLE color: 14223300.

HSL color Cylindrical-coordinate representation of color #C407D9: hue angle of 294º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407D9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 7 217 -
CMYK 0.10 0.97 0 0.15
HSL 294º 0.94% 0.44% -
HSV(B) 294º 0.97% 0.85% -
XYZ 35.37 16.9 67.04 -
YUV 87.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 196 7 217 0.10 0.97 0 0.15 294 0.94 0.44
Hex C4 7 D9 A 61 0 F 126 5E 2C
Octal 304 7 331 12 141 0 17 446 136 54
Binary 11000100 111 11011001 1010 1100001 0 1111 100100110 1011110 101100

Color Harmonies of #C407D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407D9

Black with #C407D9

Text Example


Text Example

White with #C407D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407D9; }

 p { color: rgb(196,7,217); }

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

background-color css

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

 a { background-color: rgb(196,7,217); }

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

border-color css

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

 span { border-color: rgb(196,7,217); }

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