Html Css Color HEX #C01AAC Deep Magenta

📋 copy color: '#C01AAC'

red 192 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #C01AAC

Tints of Deep Magenta #C01AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.67%

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

R = 49.23%
G = 6.67%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C01AAC (or 0xC01AAC) is known color: Deep Magenta. HEX triplet: C0, 1A and AC. RGB value is (192,26,172). Sum of RGB (Red+Green+Blue) = 192+26+172=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AAC is #3FE553. Grayscale: #5B5B5B. Windows color (decimal): -4187476 or 11279040. OLE color: 11279040.

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

Color convert

RGB 192 26 172 -
CMYK 0 0.86 0.10 0.25
HSL 307.23º 0.76% 0.43% -
HSV(B) 307.23º 0.86% 0.75% -
XYZ 29.55 14.92 40.35 -
YUV 92.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 192 26 172 0 0.86 0.10 0.25 307.23 0.76 0.43
Hex C0 1A AC 0 56 A 19 133 4C 2B
Octal 300 32 254 0 126 12 31 463 114 53
Binary 11000000 11010 10101100 0 1010110 1010 11001 100110011 1001100 101011

Color Harmonies of #C01AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AAC

Black with #C01AAC

Text Example


Text Example

White with #C01AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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