Html Css Color HEX #C909DD Deep Magenta

📋 copy color: '#C909DD'

red 201 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #C909DD

Tints of Deep Magenta #C909DD

RGB

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

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

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

R = 46.64%
G = 2.09%
B = 51.28%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C909DD (or 0xC909DD) is known color: Deep Magenta. HEX triplet: C9, 09 and DD. RGB value is (201,9,221). Sum of RGB (Red+Green+Blue) = 201+9+221=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C909DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909DD is #36F622. Grayscale: #595959. Windows color (decimal): -3601955 or 14485961. OLE color: 14485961.

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

Color convert

RGB 201 9 221 -
CMYK 0.09 0.96 0 0.13
HSL 294.34º 0.92% 0.45% -
HSV(B) 294.34º 0.96% 0.87% -
XYZ 37.24 17.83 69.89 -
YUV 90.58 201.61 206.76 -
System Red Green Blue C M Y K H S L
Decimal 201 9 221 0.09 0.96 0 0.13 294.34 0.92 0.45
Hex C9 9 DD 9 60 0 D 126 5C 2D
Octal 311 11 335 11 140 0 15 446 134 55
Binary 11001001 1001 11011101 1001 1100000 0 1101 100100110 1011100 101101

Color Harmonies of #C909DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909DD

Black with #C909DD

Text Example


Text Example

White with #C909DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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