Html Css Color HEX #C608AB Deep Magenta

📋 copy color: '#C608AB'

red 198 ◦ green 8 ◦ blue 171

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

Shades of Deep Magenta #C608AB

Tints of Deep Magenta #C608AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 52.52%
G = 2.12%
B = 45.36%

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

#C608AB (or 0xC608AB) is known color: Deep Magenta. HEX triplet: C6, 08 and AB. RGB value is (198,8,171). Sum of RGB (Red+Green+Blue) = 198+8+171=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C608AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C608AB is #39F754. Grayscale: #525252. Windows color (decimal): -3798869 or 11208902. OLE color: 11208902.

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

Color convert

RGB 198 8 171 -
CMYK 0 0.96 0.14 0.22
HSL 308.53º 0.92% 0.4% -
HSV(B) 308.53º 0.96% 0.78% -
XYZ 30.73 15.12 39.83 -
YUV 83.39 177.45 209.75 -
System Red Green Blue C M Y K H S L
Decimal 198 8 171 0 0.96 0.14 0.22 308.53 0.92 0.4
Hex C6 8 AB 0 60 E 16 135 5C 28
Octal 306 10 253 0 140 16 26 465 134 50
Binary 11000110 1000 10101011 0 1100000 1110 10110 100110101 1011100 101000

Color Harmonies of #C608AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608AB

Black with #C608AB

Text Example


Text Example

White with #C608AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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