Html Css Color HEX #C803B9 Deep Magenta

📋 copy color: '#C803B9'

red 200 ◦ green 3 ◦ blue 185

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

Shades of Deep Magenta #C803B9

Tints of Deep Magenta #C803B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 51.55%
G = 0.77%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C803B9 (or 0xC803B9) is known color: Deep Magenta. HEX triplet: C8, 03 and B9. RGB value is (200,3,185). Sum of RGB (Red+Green+Blue) = 200+3+185=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C803B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803B9 is #37FC46. Grayscale: #525252. Windows color (decimal): -3669063 or 12125128. OLE color: 12125128.

HSL color Cylindrical-coordinate representation of color #C803B9: hue angle of 304.57º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803B9 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 185 -
CMYK 0 0.98 0.08 0.22
HSL 304.57º 0.97% 0.4% -
HSV(B) 304.57º 0.99% 0.78% -
XYZ 32.61 15.85 47.24 -
YUV 82.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 200 3 185 0 0.98 0.08 0.22 304.57 0.97 0.4
Hex C8 3 B9 0 62 8 16 131 61 28
Octal 310 3 271 0 142 10 26 461 141 50
Binary 11001000 11 10111001 0 1100010 1000 10110 100110001 1100001 101000

Color Harmonies of #C803B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803B9

Black with #C803B9

Text Example


Text Example

White with #C803B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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