Html Css Color HEX #C609DC Deep Magenta

📋 copy color: '#C609DC'

red 198 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #C609DC

Tints of Deep Magenta #C609DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 46.37%
G = 2.11%
B = 51.52%

CMYK

 C value IS 0.1

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C609DC (or 0xC609DC) is known color: Deep Magenta. HEX triplet: C6, 09 and DC. RGB value is (198,9,220). Sum of RGB (Red+Green+Blue) = 198+9+220=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C609DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609DC is #39F623. Grayscale: #585858. Windows color (decimal): -3798564 or 14420422. OLE color: 14420422.

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

Color convert

RGB 198 9 220 -
CMYK 0.1 0.96 0 0.14
HSL 293.74º 0.92% 0.45% -
HSV(B) 293.74º 0.96% 0.86% -
XYZ 36.3 17.37 69.15 -
YUV 89.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 198 9 220 0.1 0.96 0 0.14 293.74 0.92 0.45
Hex C6 9 DC A 60 0 E 126 5C 2D
Octal 306 11 334 12 140 0 16 446 134 55
Binary 11000110 1001 11011100 1010 1100000 0 1110 100100110 1011100 101101

Color Harmonies of #C609DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609DC

Black with #C609DC

Text Example


Text Example

White with #C609DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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