Html Css Color HEX #C609DD Deep Magenta

📋 copy color: '#C609DD'

red 198 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #C609DD

Tints of Deep Magenta #C609DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 46.26%
G = 2.1%
B = 51.64%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C609DD (or 0xC609DD) is known color: Deep Magenta. HEX triplet: C6, 09 and DD. RGB value is (198,9,221). Sum of RGB (Red+Green+Blue) = 198+9+221=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C609DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609DD is #39F622. Grayscale: #595959. Windows color (decimal): -3798563 or 14485958. OLE color: 14485958.

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

Color convert

RGB 198 9 221 -
CMYK 0.10 0.96 0 0.13
HSL 293.49º 0.92% 0.45% -
HSV(B) 293.49º 0.96% 0.87% -
XYZ 36.44 17.42 69.85 -
YUV 89.68 202.12 205.26 -
System Red Green Blue C M Y K H S L
Decimal 198 9 221 0.10 0.96 0 0.13 293.49 0.92 0.45
Hex C6 9 DD A 60 0 D 125 5C 2D
Octal 306 11 335 12 140 0 15 445 134 55
Binary 11000110 1001 11011101 1010 1100000 0 1101 100100101 1011100 101101

Color Harmonies of #C609DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609DD

Black with #C609DD

Text Example


Text Example

White with #C609DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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