Html Css Color HEX #C809DD Deep Magenta

📋 copy color: '#C809DD'

red 200 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #C809DD

Tints of Deep Magenta #C809DD

RGB

 RED value IS 200 (78.52% from 255) = 46.51%

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

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

R = 46.51%
G = 2.09%
B = 51.4%

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

#C809DD (or 0xC809DD) is known color: Deep Magenta. HEX triplet: C8, 09 and DD. RGB value is (200,9,221). Sum of RGB (Red+Green+Blue) = 200+9+221=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C809DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809DD is #37F622. Grayscale: #595959. Windows color (decimal): -3667491 or 14485960. OLE color: 14485960.

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

Color convert

RGB 200 9 221 -
CMYK 0.10 0.96 0 0.13
HSL 294.06º 0.92% 0.45% -
HSV(B) 294.06º 0.96% 0.87% -
XYZ 36.97 17.7 69.87 -
YUV 90.28 201.78 206.26 -
System Red Green Blue C M Y K H S L
Decimal 200 9 221 0.10 0.96 0 0.13 294.06 0.92 0.45
Hex C8 9 DD A 60 0 D 126 5C 2D
Octal 310 11 335 12 140 0 15 446 134 55
Binary 11001000 1001 11011101 1010 1100000 0 1101 100100110 1011100 101101

Color Harmonies of #C809DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C809DD

Black with #C809DD

Text Example


Text Example

White with #C809DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C809DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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