Html Css Color HEX #C606AA Deep Magenta

📋 copy color: '#C606AA'

red 198 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #C606AA

Tints of Deep Magenta #C606AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

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

R = 52.94%
G = 1.6%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C606AA (or 0xC606AA) is known color: Deep Magenta. HEX triplet: C6, 06 and AA. RGB value is (198,6,170). Sum of RGB (Red+Green+Blue) = 198+6+170=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C606AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C606AA is #39F955. Grayscale: #515151. Windows color (decimal): -3799382 or 11142854. OLE color: 11142854.

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

Color convert

RGB 198 6 170 -
CMYK 0 0.97 0.14 0.22
HSL 308.75º 0.94% 0.4% -
HSV(B) 308.75º 0.97% 0.78% -
XYZ 30.61 15.04 39.32 -
YUV 82.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 198 6 170 0 0.97 0.14 0.22 308.75 0.94 0.4
Hex C6 6 AA 0 61 E 16 135 5E 28
Octal 306 6 252 0 141 16 26 465 136 50
Binary 11000110 110 10101010 0 1100001 1110 10110 100110101 1011110 101000

Color Harmonies of #C606AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606AA

Black with #C606AA

Text Example


Text Example

White with #C606AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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