Html Css Color HEX #C703D1 Deep Magenta

📋 copy color: '#C703D1'

red 199 ◦ green 3 ◦ blue 209

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

Shades of Deep Magenta #C703D1

Tints of Deep Magenta #C703D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.85%

R = 48.42%
G = 0.73%
B = 50.85%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C703D1 (or 0xC703D1) is known color: Deep Magenta. HEX triplet: C7, 03 and D1. RGB value is (199,3,209). Sum of RGB (Red+Green+Blue) = 199+3+209=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #C703D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703D1 is #38FC2E. Grayscale: #545454. Windows color (decimal): -3734575 or 13697991. OLE color: 13697991.

HSL color Cylindrical-coordinate representation of color #C703D1: hue angle of 297.09º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703D1 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 3 209 -
CMYK 0.05 0.99 0 0.18
HSL 297.09º 0.97% 0.42% -
HSV(B) 297.09º 0.99% 0.82% -
XYZ 35.09 16.81 61.72 -
YUV 85.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 199 3 209 0.05 0.99 0 0.18 297.09 0.97 0.42
Hex C7 3 D1 5 63 0 12 129 61 2A
Octal 307 3 321 5 143 0 22 451 141 52
Binary 11000111 11 11010001 101 1100011 0 10010 100101001 1100001 101010

Color Harmonies of #C703D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703D1

Black with #C703D1

Text Example


Text Example

White with #C703D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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