Html Css Color HEX #C001AD Deep Magenta

📋 copy color: '#C001AD'

red 192 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #C001AD

Tints of Deep Magenta #C001AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 52.46%
G = 0.27%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C001AD (or 0xC001AD) is known color: Deep Magenta. HEX triplet: C0, 01 and AD. RGB value is (192,1,173). Sum of RGB (Red+Green+Blue) = 192+1+173=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C001AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001AD is #3FFE52. Grayscale: #4D4D4D. Windows color (decimal): -4193875 or 11338176. OLE color: 11338176.

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

Color convert

RGB 192 1 173 -
CMYK 0 0.99 0.10 0.25
HSL 305.97º 0.99% 0.38% -
HSV(B) 305.97º 0.99% 0.75% -
XYZ 29.29 14.25 40.74 -
YUV 77.72 181.78 209.51 -
System Red Green Blue C M Y K H S L
Decimal 192 1 173 0 0.99 0.10 0.25 305.97 0.99 0.38
Hex C0 1 AD 0 63 A 19 132 63 26
Octal 300 1 255 0 143 12 31 462 143 46
Binary 11000000 1 10101101 0 1100011 1010 11001 100110010 1100011 100110

Color Harmonies of #C001AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001AD

Black with #C001AD

Text Example


Text Example

White with #C001AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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