Html Css Color HEX #C608AC Deep Magenta

📋 copy color: '#C608AC'

red 198 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #C608AC

Tints of Deep Magenta #C608AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 52.38%
G = 2.12%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C608AC (or 0xC608AC) is known color: Deep Magenta. HEX triplet: C6, 08 and AC. RGB value is (198,8,172). Sum of RGB (Red+Green+Blue) = 198+8+172=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C608AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C608AC is #39F753. Grayscale: #535353. Windows color (decimal): -3798868 or 11274438. OLE color: 11274438.

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

Color convert

RGB 198 8 172 -
CMYK 0 0.96 0.13 0.22
HSL 308.21º 0.92% 0.4% -
HSV(B) 308.21º 0.96% 0.78% -
XYZ 30.82 15.16 40.33 -
YUV 83.51 177.95 209.66 -
System Red Green Blue C M Y K H S L
Decimal 198 8 172 0 0.96 0.13 0.22 308.21 0.92 0.4
Hex C6 8 AC 0 60 D 16 134 5C 28
Octal 306 10 254 0 140 15 26 464 134 50
Binary 11000110 1000 10101100 0 1100000 1101 10110 100110100 1011100 101000

Color Harmonies of #C608AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608AC

Black with #C608AC

Text Example


Text Example

White with #C608AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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