Html Css Color HEX #C803DC Deep Magenta

📋 copy color: '#C803DC'

red 200 ◦ green 3 ◦ blue 220

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

Shades of Deep Magenta #C803DC

Tints of Deep Magenta #C803DC

RGB

 RED value IS 200 (78.52% from 255) = 47.28%

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

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

R = 47.28%
G = 0.71%
B = 52.01%

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

#C803DC (or 0xC803DC) is known color: Deep Magenta. HEX triplet: C8, 03 and DC. RGB value is (200,3,220). Sum of RGB (Red+Green+Blue) = 200+3+220=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C803DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803DC is #37FC23. Grayscale: #555555. Windows color (decimal): -3669028 or 14418888. OLE color: 14418888.

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

Color convert

RGB 200 3 220 -
CMYK 0.09 0.99 0 0.14
HSL 294.47º 0.97% 0.44% -
HSV(B) 294.47º 0.99% 0.86% -
XYZ 36.77 17.51 69.15 -
YUV 86.64 203.27 208.86 -
System Red Green Blue C M Y K H S L
Decimal 200 3 220 0.09 0.99 0 0.14 294.47 0.97 0.44
Hex C8 3 DC 9 63 0 E 126 61 2C
Octal 310 3 334 11 143 0 16 446 141 54
Binary 11001000 11 11011100 1001 1100011 0 1110 100100110 1100001 101100

Color Harmonies of #C803DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803DC

Black with #C803DC

Text Example


Text Example

White with #C803DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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