Html Css Color HEX #C803AF Deep Magenta

📋 copy color: '#C803AF'

red 200 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #C803AF

Tints of Deep Magenta #C803AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 52.91%
G = 0.79%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C803AF (or 0xC803AF) is known color: Deep Magenta. HEX triplet: C8, 03 and AF. RGB value is (200,3,175). Sum of RGB (Red+Green+Blue) = 200+3+175=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C803AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803AF is #37FC50. Grayscale: #515151. Windows color (decimal): -3669073 or 11469768. OLE color: 11469768.

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

Color convert

RGB 200 3 175 -
CMYK 0 0.98 0.12 0.22
HSL 307.61º 0.97% 0.4% -
HSV(B) 307.61º 0.99% 0.78% -
XYZ 31.59 15.44 41.87 -
YUV 81.51 180.77 212.51 -
System Red Green Blue C M Y K H S L
Decimal 200 3 175 0 0.98 0.12 0.22 307.61 0.97 0.4
Hex C8 3 AF 0 62 C 16 134 61 28
Octal 310 3 257 0 142 14 26 464 141 50
Binary 11001000 11 10101111 0 1100010 1100 10110 100110100 1100001 101000

Color Harmonies of #C803AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803AF

Black with #C803AF

Text Example


Text Example

White with #C803AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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