Html Css Color HEX #C004AB Deep Magenta

📋 copy color: '#C004AB'

red 192 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #C004AB

Tints of Deep Magenta #C004AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 52.32%
G = 1.09%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C004AB (or 0xC004AB) is known color: Deep Magenta. HEX triplet: C0, 04 and AB. RGB value is (192,4,171). Sum of RGB (Red+Green+Blue) = 192+4+171=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C004AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004AB is #3FFB54. Grayscale: #4E4E4E. Windows color (decimal): -4193109 or 11207872. OLE color: 11207872.

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

Color convert

RGB 192 4 171 -
CMYK 0 0.98 0.11 0.25
HSL 306.7º 0.96% 0.38% -
HSV(B) 306.7º 0.98% 0.75% -
XYZ 29.13 14.23 39.74 -
YUV 79.25 179.78 208.42 -
System Red Green Blue C M Y K H S L
Decimal 192 4 171 0 0.98 0.11 0.25 306.7 0.96 0.38
Hex C0 4 AB 0 62 B 19 133 60 26
Octal 300 4 253 0 142 13 31 463 140 46
Binary 11000000 100 10101011 0 1100010 1011 11001 100110011 1100000 100110

Color Harmonies of #C004AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004AB

Black with #C004AB

Text Example


Text Example

White with #C004AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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