Html Css Color HEX #C707C0 Deep Magenta

📋 copy color: '#C707C0'

red 199 ◦ green 7 ◦ blue 192

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

Shades of Deep Magenta #C707C0

Tints of Deep Magenta #C707C0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 50%
G = 1.76%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C707C0 (or 0xC707C0) is known color: Deep Magenta. HEX triplet: C7, 07 and C0. RGB value is (199,7,192). Sum of RGB (Red+Green+Blue) = 199+7+192=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C707C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707C0 is #38F83F. Grayscale: #545454. Windows color (decimal): -3733568 or 12584903. OLE color: 12584903.

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

Color convert

RGB 199 7 192 -
CMYK 0 0.96 0.04 0.22
HSL 302.19º 0.93% 0.4% -
HSV(B) 302.19º 0.96% 0.78% -
XYZ 33.14 16.1 51.23 -
YUV 85.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 199 7 192 0 0.96 0.04 0.22 302.19 0.93 0.4
Hex C7 7 C0 0 60 4 16 12E 5D 28
Octal 307 7 300 0 140 4 26 456 135 50
Binary 11000111 111 11000000 0 1100000 100 10110 100101110 1011101 101000

Color Harmonies of #C707C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707C0

Black with #C707C0

Text Example


Text Example

White with #C707C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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