Html Css Color HEX #C018AD Deep Magenta

📋 copy color: '#C018AD'

red 192 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #C018AD

Tints of Deep Magenta #C018AD

RGB

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

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

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

R = 49.36%
G = 6.17%
B = 44.47%

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

#C018AD (or 0xC018AD) is known color: Deep Magenta. HEX triplet: C0, 18 and AD. RGB value is (192,24,173). Sum of RGB (Red+Green+Blue) = 192+24+173=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C018AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018AD is #3FE752. Grayscale: #5A5A5A. Windows color (decimal): -4187987 or 11344064. OLE color: 11344064.

HSL color Cylindrical-coordinate representation of color #C018AD: hue angle of 306.79º 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 #C018AD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 173 -
CMYK 0 0.88 0.10 0.25
HSL 306.79º 0.78% 0.42% -
HSV(B) 306.79º 0.88% 0.75% -
XYZ 29.61 14.88 40.85 -
YUV 91.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 192 24 173 0 0.88 0.10 0.25 306.79 0.78 0.42
Hex C0 18 AD 0 58 A 19 133 4E 2A
Octal 300 30 255 0 130 12 31 463 116 52
Binary 11000000 11000 10101101 0 1011000 1010 11001 100110011 1001110 101010

Color Harmonies of #C018AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018AD

Black with #C018AD

Text Example


Text Example

White with #C018AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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