Html Css Color HEX #C803D4 Deep Magenta

📋 copy color: '#C803D4'

red 200 ◦ green 3 ◦ blue 212

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

Shades of Deep Magenta #C803D4

Tints of Deep Magenta #C803D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.08%

R = 48.19%
G = 0.72%
B = 51.08%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C803D4 (or 0xC803D4) is known color: Deep Magenta. HEX triplet: C8, 03 and D4. RGB value is (200,3,212). Sum of RGB (Red+Green+Blue) = 200+3+212=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #C803D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803D4 is #37FC2B. Grayscale: #555555. Windows color (decimal): -3669036 or 13894600. OLE color: 13894600.

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

Color convert

RGB 200 3 212 -
CMYK 0.06 0.99 0 0.17
HSL 296.56º 0.97% 0.42% -
HSV(B) 296.56º 0.99% 0.83% -
XYZ 35.74 17.1 63.7 -
YUV 85.73 199.27 209.51 -
System Red Green Blue C M Y K H S L
Decimal 200 3 212 0.06 0.99 0 0.17 296.56 0.97 0.42
Hex C8 3 D4 6 63 0 11 129 61 2A
Octal 310 3 324 6 143 0 21 451 141 52
Binary 11001000 11 11010100 110 1100011 0 10001 100101001 1100001 101010

Color Harmonies of #C803D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803D4

Black with #C803D4

Text Example


Text Example

White with #C803D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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