Html Css Color HEX #C01AC5 Deep Magenta

📋 copy color: '#C01AC5'

red 192 ◦ green 26 ◦ blue 197

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

Shades of Deep Magenta #C01AC5

Tints of Deep Magenta #C01AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.47%

R = 46.27%
G = 6.27%
B = 47.47%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C01AC5 (or 0xC01AC5) is known color: Deep Magenta. HEX triplet: C0, 1A and C5. RGB value is (192,26,197). Sum of RGB (Red+Green+Blue) = 192+26+197=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #C01AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AC5 is #3FE53A. Grayscale: #5E5E5E. Windows color (decimal): -4187451 or 12917440. OLE color: 12917440.

HSL color Cylindrical-coordinate representation of color #C01AC5: hue angle of 298.25º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01AC5 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 26 197 -
CMYK 0.03 0.87 0 0.23
HSL 298.25º 0.77% 0.44% -
HSV(B) 298.25º 0.87% 0.77% -
XYZ 32.19 15.98 54.21 -
YUV 95.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 192 26 197 0.03 0.87 0 0.23 298.25 0.77 0.44
Hex C0 1A C5 3 57 0 17 12A 4D 2C
Octal 300 32 305 3 127 0 27 452 115 54
Binary 11000000 11010 11000101 11 1010111 0 10111 100101010 1001101 101100

Color Harmonies of #C01AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AC5

Black with #C01AC5

Text Example


Text Example

White with #C01AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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