Html Css Color HEX #C706C0 Deep Magenta

📋 copy color: '#C706C0'

red 199 ◦ green 6 ◦ blue 192

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

Shades of Deep Magenta #C706C0

Tints of Deep Magenta #C706C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 50.13%
G = 1.51%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C706C0 (or 0xC706C0) is known color: Deep Magenta. HEX triplet: C7, 06 and C0. RGB value is (199,6,192). Sum of RGB (Red+Green+Blue) = 199+6+192=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C706C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706C0 is #38F93F. Grayscale: #545454. Windows color (decimal): -3733824 or 12584647. OLE color: 12584647.

HSL color Cylindrical-coordinate representation of color #C706C0: hue angle of 302.18º 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 #C706C0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 192 -
CMYK 0 0.97 0.04 0.22
HSL 302.18º 0.94% 0.4% -
HSV(B) 302.18º 0.97% 0.78% -
XYZ 33.13 16.08 51.23 -
YUV 84.91 188.44 209.38 -
System Red Green Blue C M Y K H S L
Decimal 199 6 192 0 0.97 0.04 0.22 302.18 0.94 0.4
Hex C7 6 C0 0 61 4 16 12E 5E 28
Octal 307 6 300 0 141 4 26 456 136 50
Binary 11000111 110 11000000 0 1100001 100 10110 100101110 1011110 101000

Color Harmonies of #C706C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706C0

Black with #C706C0

Text Example


Text Example

White with #C706C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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