Html Css Color HEX #C608AA Deep Magenta

📋 copy color: '#C608AA'

red 198 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #C608AA

Tints of Deep Magenta #C608AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 52.66%
G = 2.13%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C608AA (or 0xC608AA) is known color: Deep Magenta. HEX triplet: C6, 08 and AA. RGB value is (198,8,170). Sum of RGB (Red+Green+Blue) = 198+8+170=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C608AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C608AA is #39F755. Grayscale: #525252. Windows color (decimal): -3798870 or 11143366. OLE color: 11143366.

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

Color convert

RGB 198 8 170 -
CMYK 0 0.96 0.14 0.22
HSL 308.84º 0.92% 0.4% -
HSV(B) 308.84º 0.96% 0.78% -
XYZ 30.63 15.08 39.33 -
YUV 83.28 176.95 209.83 -
System Red Green Blue C M Y K H S L
Decimal 198 8 170 0 0.96 0.14 0.22 308.84 0.92 0.4
Hex C6 8 AA 0 60 E 16 135 5C 28
Octal 306 10 252 0 140 16 26 465 134 50
Binary 11000110 1000 10101010 0 1100000 1110 10110 100110101 1011100 101000

Color Harmonies of #C608AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608AA

Black with #C608AA

Text Example


Text Example

White with #C608AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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