Html Css Color HEX #C609DB Deep Magenta

📋 copy color: '#C609DB'

red 198 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #C609DB

Tints of Deep Magenta #C609DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.11%

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

R = 46.48%
G = 2.11%
B = 51.41%

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

#C609DB (or 0xC609DB) is known color: Deep Magenta. HEX triplet: C6, 09 and DB. RGB value is (198,9,219). Sum of RGB (Red+Green+Blue) = 198+9+219=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C609DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609DB is #39F624. Grayscale: #585858. Windows color (decimal): -3798565 or 14354886. OLE color: 14354886.

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

Color convert

RGB 198 9 219 -
CMYK 0.10 0.96 0 0.14
HSL 294º 0.92% 0.45% -
HSV(B) 294º 0.96% 0.86% -
XYZ 36.17 17.32 68.45 -
YUV 89.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 198 9 219 0.10 0.96 0 0.14 294 0.92 0.45
Hex C6 9 DB A 60 0 E 126 5C 2D
Octal 306 11 333 12 140 0 16 446 134 55
Binary 11000110 1001 11011011 1010 1100000 0 1110 100100110 1011100 101101

Color Harmonies of #C609DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609DB

Black with #C609DB

Text Example


Text Example

White with #C609DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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