Html Css Color HEX #C706DC Deep Magenta

📋 copy color: '#C706DC'

red 199 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #C706DC

Tints of Deep Magenta #C706DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 46.82%
G = 1.41%
B = 51.76%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C706DC (or 0xC706DC) is known color: Deep Magenta. HEX triplet: C7, 06 and DC. RGB value is (199,6,220). Sum of RGB (Red+Green+Blue) = 199+6+220=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #C706DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706DC is #38F923. Grayscale: #575757. Windows color (decimal): -3733796 or 14419655. OLE color: 14419655.

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

Color convert

RGB 199 6 220 -
CMYK 0.10 0.97 0 0.14
HSL 294.11º 0.95% 0.44% -
HSV(B) 294.11º 0.97% 0.86% -
XYZ 36.54 17.44 69.15 -
YUV 88.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 199 6 220 0.10 0.97 0 0.14 294.11 0.95 0.44
Hex C7 6 DC A 61 0 E 126 5F 2C
Octal 307 6 334 12 141 0 16 446 137 54
Binary 11000111 110 11011100 1010 1100001 0 1110 100100110 1011111 101100

Color Harmonies of #C706DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706DC

Black with #C706DC

Text Example


Text Example

White with #C706DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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