Html Css Color HEX #C703DB Deep Magenta

📋 copy color: '#C703DB'

red 199 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #C703DB

Tints of Deep Magenta #C703DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 47.27%
G = 0.71%
B = 52.02%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C703DB (or 0xC703DB) is known color: Deep Magenta. HEX triplet: C7, 03 and DB. RGB value is (199,3,219). Sum of RGB (Red+Green+Blue) = 199+3+219=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #C703DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703DB is #38FC24. Grayscale: #555555. Windows color (decimal): -3734565 or 14353351. OLE color: 14353351.

HSL color Cylindrical-coordinate representation of color #C703DB: hue angle of 294.44º 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 #C703DB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 3 219 -
CMYK 0.09 0.99 0 0.14
HSL 294.44º 0.97% 0.44% -
HSV(B) 294.44º 0.99% 0.86% -
XYZ 36.37 17.32 68.44 -
YUV 86.23 202.93 208.44 -
System Red Green Blue C M Y K H S L
Decimal 199 3 219 0.09 0.99 0 0.14 294.44 0.97 0.44
Hex C7 3 DB 9 63 0 E 126 61 2C
Octal 307 3 333 11 143 0 16 446 141 54
Binary 11000111 11 11011011 1001 1100011 0 1110 100100110 1100001 101100

Color Harmonies of #C703DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703DB

Black with #C703DB

Text Example


Text Example

White with #C703DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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