Html Css Color HEX #C803AB Deep Magenta

📋 copy color: '#C803AB'

red 200 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #C803AB

Tints of Deep Magenta #C803AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 53.48%
G = 0.8%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C803AB (or 0xC803AB) is known color: Deep Magenta. HEX triplet: C8, 03 and AB. RGB value is (200,3,171). Sum of RGB (Red+Green+Blue) = 200+3+171=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C803AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803AB is #37FC54. Grayscale: #505050. Windows color (decimal): -3669077 or 11207624. OLE color: 11207624.

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

Color convert

RGB 200 3 171 -
CMYK 0 0.98 0.14 0.22
HSL 308.83º 0.97% 0.4% -
HSV(B) 308.83º 0.99% 0.78% -
XYZ 31.2 15.28 39.83 -
YUV 81.06 178.77 212.84 -
System Red Green Blue C M Y K H S L
Decimal 200 3 171 0 0.98 0.14 0.22 308.83 0.97 0.4
Hex C8 3 AB 0 62 E 16 135 61 28
Octal 310 3 253 0 142 16 26 465 141 50
Binary 11001000 11 10101011 0 1100010 1110 10110 100110101 1100001 101000

Color Harmonies of #C803AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803AB

Black with #C803AB

Text Example


Text Example

White with #C803AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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