Html Css Color HEX #C708C0 Deep Magenta

📋 copy color: '#C708C0'

red 199 ◦ green 8 ◦ blue 192

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

Shades of Deep Magenta #C708C0

Tints of Deep Magenta #C708C0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 49.87%
G = 2.01%
B = 48.12%

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

#C708C0 (or 0xC708C0) is known color: Deep Magenta. HEX triplet: C7, 08 and C0. RGB value is (199,8,192). Sum of RGB (Red+Green+Blue) = 199+8+192=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C708C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708C0 is #38F73F. Grayscale: #555555. Windows color (decimal): -3733312 or 12585159. OLE color: 12585159.

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

Color convert

RGB 199 8 192 -
CMYK 0 0.96 0.04 0.22
HSL 302.2º 0.92% 0.41% -
HSV(B) 302.2º 0.96% 0.78% -
XYZ 33.15 16.12 51.23 -
YUV 86.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 199 8 192 0 0.96 0.04 0.22 302.2 0.92 0.41
Hex C7 8 C0 0 60 4 16 12E 5C 29
Octal 307 10 300 0 140 4 26 456 134 51
Binary 11000111 1000 11000000 0 1100000 100 10110 100101110 1011100 101001

Color Harmonies of #C708C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708C0

Black with #C708C0

Text Example


Text Example

White with #C708C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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