Html Css Color HEX #C706E3 Deep Magenta

📋 copy color: '#C706E3'

red 199 ◦ green 6 ◦ blue 227

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

Shades of Deep Magenta #C706E3

Tints of Deep Magenta #C706E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.55%

R = 46.06%
G = 1.39%
B = 52.55%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C706E3 (or 0xC706E3) is known color: Deep Magenta. HEX triplet: C7, 06 and E3. RGB value is (199,6,227). Sum of RGB (Red+Green+Blue) = 199+6+227=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #C706E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706E3 is #38F91C. Grayscale: #585858. Windows color (decimal): -3733789 or 14878407. OLE color: 14878407.

HSL color Cylindrical-coordinate representation of color #C706E3: hue angle of 292.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706E3 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 6 227 -
CMYK 0.12 0.97 0 0.11
HSL 292.4º 0.95% 0.46% -
HSV(B) 292.4º 0.97% 0.89% -
XYZ 37.48 17.82 74.14 -
YUV 88.9 205.94 206.53 -
System Red Green Blue C M Y K H S L
Decimal 199 6 227 0.12 0.97 0 0.11 292.4 0.95 0.46
Hex C7 6 E3 C 61 0 B 124 5F 2E
Octal 307 6 343 14 141 0 13 444 137 56
Binary 11000111 110 11100011 1100 1100001 0 1011 100100100 1011111 101110

Color Harmonies of #C706E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706E3

Black with #C706E3

Text Example


Text Example

White with #C706E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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