Html Css Color HEX #C000AD Deep Magenta

📋 copy color: '#C000AD'

red 192 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #C000AD

Tints of Deep Magenta #C000AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.6%
G = 0%
B = 47.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C000AD (or 0xC000AD) is known color: Deep Magenta. HEX triplet: C0, 00 and AD. RGB value is (192,0,173). Sum of RGB (Red+Green+Blue) = 192+0+173=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C000AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000AD is #3FFF52. Grayscale: #4C4C4C. Windows color (decimal): -4194131 or 11337920. OLE color: 11337920.

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

Color convert

RGB 192 0 173 -
CMYK 0 1 0.10 0.25
HSL 305.94º 1% 0.38% -
HSV(B) 305.94º 1% 0.75% -
XYZ 29.28 14.22 40.74 -
YUV 77.13 182.11 209.93 -
System Red Green Blue C M Y K H S L
Decimal 192 0 173 0 1 0.10 0.25 305.94 1 0.38
Hex C0 0 AD 0 64 A 19 132 64 26
Octal 300 0 255 0 144 12 31 462 144 46
Binary 11000000 0 10101101 0 1100100 1010 11001 100110010 1100100 100110

Color Harmonies of #C000AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000AD

Black with #C000AD

Text Example


Text Example

White with #C000AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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