Html Css Color HEX #C209CD Deep Magenta

📋 copy color: '#C209CD'

red 194 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #C209CD

Tints of Deep Magenta #C209CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 47.55%
G = 2.21%
B = 50.25%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C209CD (or 0xC209CD) is known color: Deep Magenta. HEX triplet: C2, 09 and CD. RGB value is (194,9,205). Sum of RGB (Red+Green+Blue) = 194+9+205=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #C209CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209CD is #3DF632. Grayscale: #565656. Windows color (decimal): -4060723 or 13437378. OLE color: 13437378.

HSL color Cylindrical-coordinate representation of color #C209CD: hue angle of 296.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209CD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 9 205 -
CMYK 0.05 0.96 0 0.20
HSL 296.63º 0.92% 0.42% -
HSV(B) 296.63º 0.96% 0.8% -
XYZ 33.37 16.07 59.1 -
YUV 86.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 194 9 205 0.05 0.96 0 0.20 296.63 0.92 0.42
Hex C2 9 CD 5 60 0 14 129 5C 2A
Octal 302 11 315 5 140 0 24 451 134 52
Binary 11000010 1001 11001101 101 1100000 0 10100 100101001 1011100 101010

Color Harmonies of #C209CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209CD

Black with #C209CD

Text Example


Text Example

White with #C209CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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