Html Css Color HEX #C709DC Deep Magenta

📋 copy color: '#C709DC'

red 199 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #C709DC

Tints of Deep Magenta #C709DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 46.5%
G = 2.1%
B = 51.4%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C709DC (or 0xC709DC) is known color: Deep Magenta. HEX triplet: C7, 09 and DC. RGB value is (199,9,220). Sum of RGB (Red+Green+Blue) = 199+9+220=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C709DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709DC is #38F623. Grayscale: #595959. Windows color (decimal): -3733028 or 14420423. OLE color: 14420423.

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

Color convert

RGB 199 9 220 -
CMYK 0.10 0.96 0 0.14
HSL 294.03º 0.92% 0.45% -
HSV(B) 294.03º 0.96% 0.86% -
XYZ 36.57 17.5 69.16 -
YUV 89.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 199 9 220 0.10 0.96 0 0.14 294.03 0.92 0.45
Hex C7 9 DC A 60 0 E 126 5C 2D
Octal 307 11 334 12 140 0 16 446 134 55
Binary 11000111 1001 11011100 1010 1100000 0 1110 100100110 1011100 101101

Color Harmonies of #C709DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709DC

Black with #C709DC

Text Example


Text Example

White with #C709DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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