Html Css Color HEX #C600AA Deep Magenta

📋 copy color: '#C600AA'

red 198 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #C600AA

Tints of Deep Magenta #C600AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.8%
G = 0%
B = 46.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C600AA (or 0xC600AA) is known color: Deep Magenta. HEX triplet: C6, 00 and AA. RGB value is (198,0,170). Sum of RGB (Red+Green+Blue) = 198+0+170=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C600AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600AA is #39FF55. Grayscale: #4E4E4E. Windows color (decimal): -3800918 or 11141318. OLE color: 11141318.

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

Color convert

RGB 198 0 170 -
CMYK 0 1 0.14 0.22
HSL 308.48º 1% 0.39% -
HSV(B) 308.48º 1% 0.78% -
XYZ 30.54 14.91 39.3 -
YUV 78.58 179.6 213.18 -
System Red Green Blue C M Y K H S L
Decimal 198 0 170 0 1 0.14 0.22 308.48 1 0.39
Hex C6 0 AA 0 64 E 16 134 64 27
Octal 306 0 252 0 144 16 26 464 144 47
Binary 11000110 0 10101010 0 1100100 1110 10110 100110100 1100100 100111

Color Harmonies of #C600AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600AA

Black with #C600AA

Text Example


Text Example

White with #C600AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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