Html Css Color HEX #C814AB Deep Magenta

📋 copy color: '#C814AB'

red 200 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #C814AB

Tints of Deep Magenta #C814AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.12%

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

R = 51.15%
G = 5.12%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C814AB (or 0xC814AB) is known color: Deep Magenta. HEX triplet: C8, 14 and AB. RGB value is (200,20,171). Sum of RGB (Red+Green+Blue) = 200+20+171=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C814AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814AB is #37EB54. Grayscale: #5A5A5A. Windows color (decimal): -3664725 or 11211976. OLE color: 11211976.

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

Color convert

RGB 200 20 171 -
CMYK 0 0.9 0.14 0.22
HSL 309.67º 0.82% 0.43% -
HSV(B) 309.67º 0.9% 0.78% -
XYZ 31.42 15.72 39.91 -
YUV 91.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 200 20 171 0 0.9 0.14 0.22 309.67 0.82 0.43
Hex C8 14 AB 0 5A E 16 136 52 2B
Octal 310 24 253 0 132 16 26 466 122 53
Binary 11001000 10100 10101011 0 1011010 1110 10110 100110110 1010010 101011

Color Harmonies of #C814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814AB

Black with #C814AB

Text Example


Text Example

White with #C814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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