Html Css Color HEX #C209DD Deep Magenta

📋 copy color: '#C209DD'

red 194 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #C209DD

Tints of Deep Magenta #C209DD

RGB

 RED value IS 194 (76.17% from 255) = 45.75%

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

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

R = 45.75%
G = 2.12%
B = 52.12%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C209DD (or 0xC209DD) is known color: Deep Magenta. HEX triplet: C2, 09 and DD. RGB value is (194,9,221). Sum of RGB (Red+Green+Blue) = 194+9+221=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #C209DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209DD is #3DF622. Grayscale: #575757. Windows color (decimal): -4060707 or 14485954. OLE color: 14485954.

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

Color convert

RGB 194 9 221 -
CMYK 0.12 0.96 0 0.13
HSL 292.36º 0.92% 0.45% -
HSV(B) 292.36º 0.96% 0.87% -
XYZ 35.4 16.89 69.8 -
YUV 88.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 194 9 221 0.12 0.96 0 0.13 292.36 0.92 0.45
Hex C2 9 DD C 60 0 D 124 5C 2D
Octal 302 11 335 14 140 0 15 444 134 55
Binary 11000010 1001 11011101 1100 1100000 0 1101 100100100 1011100 101101

Color Harmonies of #C209DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209DD

Black with #C209DD

Text Example


Text Example

White with #C209DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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