Html Css Color HEX #C608DB Deep Magenta

📋 copy color: '#C608DB'

red 198 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #C608DB

Tints of Deep Magenta #C608DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 46.59%
G = 1.88%
B = 51.53%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C608DB (or 0xC608DB) is known color: Deep Magenta. HEX triplet: C6, 08 and DB. RGB value is (198,8,219). Sum of RGB (Red+Green+Blue) = 198+8+219=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C608DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608DB is #39F724. Grayscale: #585858. Windows color (decimal): -3798821 or 14354630. OLE color: 14354630.

HSL color Cylindrical-coordinate representation of color #C608DB: hue angle of 294.03º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C608DB is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 8 219 -
CMYK 0.10 0.96 0 0.14
HSL 294.03º 0.93% 0.45% -
HSV(B) 294.03º 0.96% 0.86% -
XYZ 36.16 17.29 68.45 -
YUV 88.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 198 8 219 0.10 0.96 0 0.14 294.03 0.93 0.45
Hex C6 8 DB A 60 0 E 126 5D 2D
Octal 306 10 333 12 140 0 16 446 135 55
Binary 11000110 1000 11011011 1010 1100000 0 1110 100100110 1011101 101101

Color Harmonies of #C608DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608DB

Black with #C608DB

Text Example


Text Example

White with #C608DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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