Html Css Color HEX #C703DC Deep Magenta

📋 copy color: '#C703DC'

red 199 ◦ green 3 ◦ blue 220

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

Shades of Deep Magenta #C703DC

Tints of Deep Magenta #C703DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

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

R = 47.16%
G = 0.71%
B = 52.13%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C703DC (or 0xC703DC) is known color: Deep Magenta. HEX triplet: C7, 03 and DC. RGB value is (199,3,220). Sum of RGB (Red+Green+Blue) = 199+3+220=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C703DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703DC is #38FC23. Grayscale: #555555. Windows color (decimal): -3734564 or 14418887. OLE color: 14418887.

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

Color convert

RGB 199 3 220 -
CMYK 0.10 0.99 0 0.14
HSL 294.19º 0.97% 0.44% -
HSV(B) 294.19º 0.99% 0.86% -
XYZ 36.5 17.37 69.14 -
YUV 86.34 203.43 208.36 -
System Red Green Blue C M Y K H S L
Decimal 199 3 220 0.10 0.99 0 0.14 294.19 0.97 0.44
Hex C7 3 DC A 63 0 E 126 61 2C
Octal 307 3 334 12 143 0 16 446 141 54
Binary 11000111 11 11011100 1010 1100011 0 1110 100100110 1100001 101100

Color Harmonies of #C703DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703DC

Black with #C703DC

Text Example


Text Example

White with #C703DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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