Html Css Color HEX #C601AA Deep Magenta

📋 copy color: '#C601AA'

red 198 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #C601AA

Tints of Deep Magenta #C601AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 53.66%
G = 0.27%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C601AA (or 0xC601AA) is known color: Deep Magenta. HEX triplet: C6, 01 and AA. RGB value is (198,1,170). Sum of RGB (Red+Green+Blue) = 198+1+170=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C601AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601AA is #39FE55. Grayscale: #4E4E4E. Windows color (decimal): -3800662 or 11141574. OLE color: 11141574.

HSL color Cylindrical-coordinate representation of color #C601AA: hue angle of 308.53º 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 #C601AA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 170 -
CMYK 0 0.99 0.14 0.22
HSL 308.53º 0.99% 0.39% -
HSV(B) 308.53º 0.99% 0.78% -
XYZ 30.56 14.93 39.3 -
YUV 79.17 179.27 212.76 -
System Red Green Blue C M Y K H S L
Decimal 198 1 170 0 0.99 0.14 0.22 308.53 0.99 0.39
Hex C6 1 AA 0 63 E 16 135 63 27
Octal 306 1 252 0 143 16 26 465 143 47
Binary 11000110 1 10101010 0 1100011 1110 10110 100110101 1100011 100111

Color Harmonies of #C601AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601AA

Black with #C601AA

Text Example


Text Example

White with #C601AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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