Html Css Color HEX #C813AD Deep Magenta

📋 copy color: '#C813AD'

red 200 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #C813AD

Tints of Deep Magenta #C813AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 51.02%
G = 4.85%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C813AD (or 0xC813AD) is known color: Deep Magenta. HEX triplet: C8, 13 and AD. RGB value is (200,19,173). Sum of RGB (Red+Green+Blue) = 200+19+173=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C813AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C813AD is #37EC52. Grayscale: #5A5A5A. Windows color (decimal): -3664979 or 11342792. OLE color: 11342792.

HSL color Cylindrical-coordinate representation of color #C813AD: hue angle of 308.95º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C813AD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 173 -
CMYK 0 0.90 0.14 0.22
HSL 308.95º 0.83% 0.43% -
HSV(B) 308.95º 0.91% 0.78% -
XYZ 31.6 15.76 40.91 -
YUV 90.68 174.47 205.98 -
System Red Green Blue C M Y K H S L
Decimal 200 19 173 0 0.90 0.14 0.22 308.95 0.83 0.43
Hex C8 13 AD 0 5A E 16 135 53 2B
Octal 310 23 255 0 132 16 26 465 123 53
Binary 11001000 10011 10101101 0 1011010 1110 10110 100110101 1010011 101011

Color Harmonies of #C813AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813AD

Black with #C813AD

Text Example


Text Example

White with #C813AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813AD; }

 p { color: rgb(200,19,173); }

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

background-color css

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

 a { background-color: rgb(200,19,173); }

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

border-color css

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

 span { border-color: rgb(200,19,173); }

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