Html Css Color HEX #C909DC Deep Magenta

📋 copy color: '#C909DC'

red 201 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #C909DC

Tints of Deep Magenta #C909DC

RGB

 RED value IS 201 (78.91% from 255) = 46.74%

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

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

R = 46.74%
G = 2.09%
B = 51.16%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C909DC (or 0xC909DC) is known color: Deep Magenta. HEX triplet: C9, 09 and DC. RGB value is (201,9,220). Sum of RGB (Red+Green+Blue) = 201+9+220=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #C909DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909DC is #36F623. Grayscale: #595959. Windows color (decimal): -3601956 or 14420425. OLE color: 14420425.

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

Color convert

RGB 201 9 220 -
CMYK 0.09 0.96 0 0.14
HSL 294.6º 0.92% 0.45% -
HSV(B) 294.6º 0.96% 0.86% -
XYZ 37.1 17.78 69.19 -
YUV 90.46 201.11 206.84 -
System Red Green Blue C M Y K H S L
Decimal 201 9 220 0.09 0.96 0 0.14 294.6 0.92 0.45
Hex C9 9 DC 9 60 0 E 127 5C 2D
Octal 311 11 334 11 140 0 16 447 134 55
Binary 11001001 1001 11011100 1001 1100000 0 1110 100100111 1011100 101101

Color Harmonies of #C909DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909DC

Black with #C909DC

Text Example


Text Example

White with #C909DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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