Html Css Color HEX #C601AC Deep Magenta

📋 copy color: '#C601AC'

red 198 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #C601AC

Tints of Deep Magenta #C601AC

RGB

 RED value IS 198 (77.73% from 255) = 53.37%

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 53.37%
G = 0.27%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C601AC (or 0xC601AC) is known color: Deep Magenta. HEX triplet: C6, 01 and AC. RGB value is (198,1,172). Sum of RGB (Red+Green+Blue) = 198+1+172=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C601AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601AC is #39FE53. Grayscale: #4E4E4E. Windows color (decimal): -3800660 or 11272646. OLE color: 11272646.

HSL color Cylindrical-coordinate representation of color #C601AC: hue angle of 307.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C601AC is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 172 -
CMYK 0 0.99 0.13 0.22
HSL 307.92º 0.99% 0.39% -
HSV(B) 307.92º 0.99% 0.78% -
XYZ 30.75 15.01 40.31 -
YUV 79.4 180.27 212.6 -
System Red Green Blue C M Y K H S L
Decimal 198 1 172 0 0.99 0.13 0.22 307.92 0.99 0.39
Hex C6 1 AC 0 63 D 16 134 63 27
Octal 306 1 254 0 143 15 26 464 143 47
Binary 11000110 1 10101100 0 1100011 1101 10110 100110100 1100011 100111

Color Harmonies of #C601AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601AC

Black with #C601AC

Text Example


Text Example

White with #C601AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601AC; }

 p { color: rgb(198,1,172); }

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

background-color css

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

 a { background-color: rgb(198,1,172); }

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

border-color css

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

 span { border-color: rgb(198,1,172); }

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