Html Css Color HEX #C018AC Deep Magenta

📋 copy color: '#C018AC'

red 192 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #C018AC

Tints of Deep Magenta #C018AC

RGB

 RED value IS 192 (75.39% from 255) = 49.48%

 GREEN value IS 24 (9.77% from 255) = 6.19%

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

R = 49.48%
G = 6.19%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C018AC (or 0xC018AC) is known color: Deep Magenta. HEX triplet: C0, 18 and AC. RGB value is (192,24,172). Sum of RGB (Red+Green+Blue) = 192+24+172=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C018AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018AC is #3FE753. Grayscale: #5A5A5A. Windows color (decimal): -4187988 or 11278528. OLE color: 11278528.

HSL color Cylindrical-coordinate representation of color #C018AC: hue angle of 307.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018AC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 172 -
CMYK 0 0.88 0.10 0.25
HSL 307.14º 0.78% 0.42% -
HSV(B) 307.14º 0.88% 0.75% -
XYZ 29.51 14.84 40.34 -
YUV 91.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 192 24 172 0 0.88 0.10 0.25 307.14 0.78 0.42
Hex C0 18 AC 0 58 A 19 133 4E 2A
Octal 300 30 254 0 130 12 31 463 116 52
Binary 11000000 11000 10101100 0 1011000 1010 11001 100110011 1001110 101010

Color Harmonies of #C018AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018AC

Black with #C018AC

Text Example


Text Example

White with #C018AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018AC; }

 p { color: rgb(192,24,172); }

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

background-color css

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

 a { background-color: rgb(192,24,172); }

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

border-color css

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

 span { border-color: rgb(192,24,172); }

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