Html Css Color HEX #C003AC Deep Magenta

📋 copy color: '#C003AC'

red 192 ◦ green 3 ◦ blue 172

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

Shades of Deep Magenta #C003AC

Tints of Deep Magenta #C003AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 52.32%
G = 0.82%
B = 46.87%

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

#C003AC (or 0xC003AC) is known color: Deep Magenta. HEX triplet: C0, 03 and AC. RGB value is (192,3,172). Sum of RGB (Red+Green+Blue) = 192+3+172=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C003AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C003AC is #3FFC53. Grayscale: #4E4E4E. Windows color (decimal): -4193364 or 11273152. OLE color: 11273152.

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

Color convert

RGB 192 3 172 -
CMYK 0 0.98 0.10 0.25
HSL 306.35º 0.97% 0.38% -
HSV(B) 306.35º 0.98% 0.75% -
XYZ 29.22 14.25 40.24 -
YUV 78.78 180.62 208.76 -
System Red Green Blue C M Y K H S L
Decimal 192 3 172 0 0.98 0.10 0.25 306.35 0.97 0.38
Hex C0 3 AC 0 62 A 19 132 61 26
Octal 300 3 254 0 142 12 31 462 141 46
Binary 11000000 11 10101100 0 1100010 1010 11001 100110010 1100001 100110

Color Harmonies of #C003AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003AC

Black with #C003AC

Text Example


Text Example

White with #C003AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003AC; }

 p { color: rgb(192,3,172); }

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

background-color css

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

 a { background-color: rgb(192,3,172); }

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

border-color css

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

 span { border-color: rgb(192,3,172); }

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