Html Css Color HEX #C60AAD Deep Magenta

📋 copy color: '#C60AAD'

red 198 ◦ green 10 ◦ blue 173

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

Shades of Deep Magenta #C60AAD

Tints of Deep Magenta #C60AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 51.97%
G = 2.62%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C60AAD (or 0xC60AAD) is known color: Deep Magenta. HEX triplet: C6, 0A and AD. RGB value is (198,10,173). Sum of RGB (Red+Green+Blue) = 198+10+173=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AAD is #39F552. Grayscale: #545454. Windows color (decimal): -3798355 or 11340486. OLE color: 11340486.

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

Color convert

RGB 198 10 173 -
CMYK 0 0.95 0.13 0.22
HSL 307.98º 0.9% 0.41% -
HSV(B) 307.98º 0.95% 0.78% -
XYZ 30.94 15.24 40.85 -
YUV 84.79 177.78 208.75 -
System Red Green Blue C M Y K H S L
Decimal 198 10 173 0 0.95 0.13 0.22 307.98 0.9 0.41
Hex C6 A AD 0 5F D 16 134 5A 29
Octal 306 12 255 0 137 15 26 464 132 51
Binary 11000110 1010 10101101 0 1011111 1101 10110 100110100 1011010 101001

Color Harmonies of #C60AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AAD

Black with #C60AAD

Text Example


Text Example

White with #C60AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AAD; }

 p { color: rgb(198,10,173); }

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

background-color css

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

 a { background-color: rgb(198,10,173); }

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

border-color css

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

 span { border-color: rgb(198,10,173); }

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