Html Css Color HEX #C814AC Deep Magenta

📋 copy color: '#C814AC'

red 200 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #C814AC

Tints of Deep Magenta #C814AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 51.02%
G = 5.1%
B = 43.88%

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

#C814AC (or 0xC814AC) is known color: Deep Magenta. HEX triplet: C8, 14 and AC. RGB value is (200,20,172). Sum of RGB (Red+Green+Blue) = 200+20+172=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C814AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814AC is #37EB53. Grayscale: #5A5A5A. Windows color (decimal): -3664724 or 11277512. OLE color: 11277512.

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

Color convert

RGB 200 20 172 -
CMYK 0 0.9 0.14 0.22
HSL 309.33º 0.82% 0.43% -
HSV(B) 309.33º 0.9% 0.78% -
XYZ 31.52 15.76 40.41 -
YUV 91.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 200 20 172 0 0.9 0.14 0.22 309.33 0.82 0.43
Hex C8 14 AC 0 5A E 16 135 52 2B
Octal 310 24 254 0 132 16 26 465 122 53
Binary 11001000 10100 10101100 0 1011010 1110 10110 100110101 1010010 101011

Color Harmonies of #C814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814AC

Black with #C814AC

Text Example


Text Example

White with #C814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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