Html Css Color HEX #C708DC Deep Magenta

📋 copy color: '#C708DC'

red 199 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #C708DC

Tints of Deep Magenta #C708DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 46.6%
G = 1.87%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C708DC (or 0xC708DC) is known color: Deep Magenta. HEX triplet: C7, 08 and DC. RGB value is (199,8,220). Sum of RGB (Red+Green+Blue) = 199+8+220=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C708DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708DC is #38F723. Grayscale: #585858. Windows color (decimal): -3733284 or 14420167. OLE color: 14420167.

HSL color Cylindrical-coordinate representation of color #C708DC: hue angle of 294.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708DC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 8 220 -
CMYK 0.10 0.96 0 0.14
HSL 294.06º 0.93% 0.45% -
HSV(B) 294.06º 0.96% 0.86% -
XYZ 36.56 17.48 69.16 -
YUV 89.28 201.78 206.26 -
System Red Green Blue C M Y K H S L
Decimal 199 8 220 0.10 0.96 0 0.14 294.06 0.93 0.45
Hex C7 8 DC A 60 0 E 126 5D 2D
Octal 307 10 334 12 140 0 16 446 135 55
Binary 11000111 1000 11011100 1010 1100000 0 1110 100100110 1011101 101101

Color Harmonies of #C708DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708DC

Black with #C708DC

Text Example


Text Example

White with #C708DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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