Html Css Color HEX #C708CE Deep Magenta

📋 copy color: '#C708CE'

red 199 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #C708CE

Tints of Deep Magenta #C708CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 48.18%
G = 1.94%
B = 49.88%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C708CE (or 0xC708CE) is known color: Deep Magenta. HEX triplet: C7, 08 and CE. RGB value is (199,8,206). Sum of RGB (Red+Green+Blue) = 199+8+206=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #C708CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708CE is #38F731. Grayscale: #575757. Windows color (decimal): -3733298 or 13502663. OLE color: 13502663.

HSL color Cylindrical-coordinate representation of color #C708CE: hue angle of 297.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708CE is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 8 206 -
CMYK 0.03 0.96 0 0.19
HSL 297.88º 0.93% 0.42% -
HSV(B) 297.88º 0.96% 0.81% -
XYZ 34.78 16.77 59.8 -
YUV 87.68 194.78 207.4 -
System Red Green Blue C M Y K H S L
Decimal 199 8 206 0.03 0.96 0 0.19 297.88 0.93 0.42
Hex C7 8 CE 3 60 0 13 12A 5D 2A
Octal 307 10 316 3 140 0 23 452 135 52
Binary 11000111 1000 11001110 11 1100000 0 10011 100101010 1011101 101010

Color Harmonies of #C708CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708CE

Black with #C708CE

Text Example


Text Example

White with #C708CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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