Html Css Color HEX #C709D6 Deep Magenta

📋 copy color: '#C709D6'

red 199 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #C709D6

Tints of Deep Magenta #C709D6

RGB

 RED value IS 199 (78.13% from 255) = 47.16%

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

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 47.16%
G = 2.13%
B = 50.71%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C709D6 (or 0xC709D6) is known color: Deep Magenta. HEX triplet: C7, 09 and D6. RGB value is (199,9,214). Sum of RGB (Red+Green+Blue) = 199+9+214=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #C709D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709D6 is #38F629. Grayscale: #585858. Windows color (decimal): -3733034 or 14027207. OLE color: 14027207.

HSL color Cylindrical-coordinate representation of color #C709D6: hue angle of 295.61º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709D6 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 9 214 -
CMYK 0.07 0.96 0 0.16
HSL 295.61º 0.92% 0.44% -
HSV(B) 295.61º 0.96% 0.84% -
XYZ 35.79 17.19 65.05 -
YUV 89.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 199 9 214 0.07 0.96 0 0.16 295.61 0.92 0.44
Hex C7 9 D6 7 60 0 10 128 5C 2C
Octal 307 11 326 7 140 0 20 450 134 54
Binary 11000111 1001 11010110 111 1100000 0 10000 100101000 1011100 101100

Color Harmonies of #C709D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709D6

Black with #C709D6

Text Example


Text Example

White with #C709D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709D6; }

 p { color: rgb(199,9,214); }

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

background-color css

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

 a { background-color: rgb(199,9,214); }

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

border-color css

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

 span { border-color: rgb(199,9,214); }

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