Html Css Color HEX #C006AD Deep Magenta

📋 copy color: '#C006AD'

red 192 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #C006AD

Tints of Deep Magenta #C006AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 51.75%
G = 1.62%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C006AD (or 0xC006AD) is known color: Deep Magenta. HEX triplet: C0, 06 and AD. RGB value is (192,6,173). Sum of RGB (Red+Green+Blue) = 192+6+173=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C006AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C006AD is #3FF952. Grayscale: #505050. Windows color (decimal): -4192595 or 11339456. OLE color: 11339456.

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

Color convert

RGB 192 6 173 -
CMYK 0 0.97 0.10 0.25
HSL 306.13º 0.94% 0.39% -
HSV(B) 306.13º 0.97% 0.75% -
XYZ 29.35 14.35 40.76 -
YUV 80.65 180.12 207.42 -
System Red Green Blue C M Y K H S L
Decimal 192 6 173 0 0.97 0.10 0.25 306.13 0.94 0.39
Hex C0 6 AD 0 61 A 19 132 5E 27
Octal 300 6 255 0 141 12 31 462 136 47
Binary 11000000 110 10101101 0 1100001 1010 11001 100110010 1011110 100111

Color Harmonies of #C006AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006AD

Black with #C006AD

Text Example


Text Example

White with #C006AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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