Html Css Color HEX #C706C7 Deep Magenta

📋 copy color: '#C706C7'

red 199 ◦ green 6 ◦ blue 199

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

Shades of Deep Magenta #C706C7

Tints of Deep Magenta #C706C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.26%

R = 49.26%
G = 1.49%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C706C7 (or 0xC706C7) is known color: Deep Magenta. HEX triplet: C7, 06 and C7. RGB value is (199,6,199). Sum of RGB (Red+Green+Blue) = 199+6+199=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C706C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706C7 is #38F938. Grayscale: #555555. Windows color (decimal): -3733817 or 13043399. OLE color: 13043399.

HSL color Cylindrical-coordinate representation of color #C706C7: hue angle of 300º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706C7 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 199 -
CMYK 0 0.97 0 0.22
HSL 300º 0.94% 0.4% -
HSV(B) 300º 0.97% 0.78% -
XYZ 33.93 16.4 55.41 -
YUV 85.71 191.94 208.81 -
System Red Green Blue C M Y K H S L
Decimal 199 6 199 0 0.97 0 0.22 300 0.94 0.4
Hex C7 6 C7 0 61 0 16 12C 5E 28
Octal 307 6 307 0 141 0 26 454 136 50
Binary 11000111 110 11000111 0 1100001 0 10110 100101100 1011110 101000

Color Harmonies of #C706C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706C7

Black with #C706C7

Text Example


Text Example

White with #C706C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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