Html Css Color HEX #C004AD Deep Magenta

📋 copy color: '#C004AD'

red 192 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #C004AD

Tints of Deep Magenta #C004AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 52.03%
G = 1.08%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C004AD (or 0xC004AD) is known color: Deep Magenta. HEX triplet: C0, 04 and AD. RGB value is (192,4,173). Sum of RGB (Red+Green+Blue) = 192+4+173=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C004AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004AD is #3FFB52. Grayscale: #4E4E4E. Windows color (decimal): -4193107 or 11338944. OLE color: 11338944.

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

Color convert

RGB 192 4 173 -
CMYK 0 0.98 0.10 0.25
HSL 306.06º 0.96% 0.38% -
HSV(B) 306.06º 0.98% 0.75% -
XYZ 29.32 14.31 40.75 -
YUV 79.48 180.78 208.26 -
System Red Green Blue C M Y K H S L
Decimal 192 4 173 0 0.98 0.10 0.25 306.06 0.96 0.38
Hex C0 4 AD 0 62 A 19 132 60 26
Octal 300 4 255 0 142 12 31 462 140 46
Binary 11000000 100 10101101 0 1100010 1010 11001 100110010 1100000 100110

Color Harmonies of #C004AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004AD

Black with #C004AD

Text Example


Text Example

White with #C004AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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