Html Css Color HEX #C812AD Deep Magenta

📋 copy color: '#C812AD'

red 200 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #C812AD

Tints of Deep Magenta #C812AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.6%

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

R = 51.15%
G = 4.6%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C812AD (or 0xC812AD) is known color: Deep Magenta. HEX triplet: C8, 12 and AD. RGB value is (200,18,173). Sum of RGB (Red+Green+Blue) = 200+18+173=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C812AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C812AD is #37ED52. Grayscale: #595959. Windows color (decimal): -3665235 or 11342536. OLE color: 11342536.

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

Color convert

RGB 200 18 173 -
CMYK 0 0.91 0.14 0.22
HSL 308.9º 0.83% 0.43% -
HSV(B) 308.9º 0.91% 0.78% -
XYZ 31.58 15.73 40.91 -
YUV 90.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 200 18 173 0 0.91 0.14 0.22 308.9 0.83 0.43
Hex C8 12 AD 0 5B E 16 135 53 2B
Octal 310 22 255 0 133 16 26 465 123 53
Binary 11001000 10010 10101101 0 1011011 1110 10110 100110101 1010011 101011

Color Harmonies of #C812AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812AD

Black with #C812AD

Text Example


Text Example

White with #C812AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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