Html Css Color HEX #C005AC Deep Magenta

📋 copy color: '#C005AC'

red 192 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #C005AC

Tints of Deep Magenta #C005AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 52.03%
G = 1.36%
B = 46.61%

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

#C005AC (or 0xC005AC) is known color: Deep Magenta. HEX triplet: C0, 05 and AC. RGB value is (192,5,172). Sum of RGB (Red+Green+Blue) = 192+5+172=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C005AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C005AC is #3FFA53. Grayscale: #4F4F4F. Windows color (decimal): -4192852 or 11273664. OLE color: 11273664.

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

Color convert

RGB 192 5 172 -
CMYK 0 0.97 0.10 0.25
HSL 306.42º 0.95% 0.39% -
HSV(B) 306.42º 0.97% 0.75% -
XYZ 29.24 14.29 40.25 -
YUV 79.95 179.95 207.92 -
System Red Green Blue C M Y K H S L
Decimal 192 5 172 0 0.97 0.10 0.25 306.42 0.95 0.39
Hex C0 5 AC 0 61 A 19 132 5F 27
Octal 300 5 254 0 141 12 31 462 137 47
Binary 11000000 101 10101100 0 1100001 1010 11001 100110010 1011111 100111

Color Harmonies of #C005AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005AC

Black with #C005AC

Text Example


Text Example

White with #C005AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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