Html Css Color HEX #C901DD Deep Magenta

📋 copy color: '#C901DD'

red 201 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #C901DD

Tints of Deep Magenta #C901DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 47.52%
G = 0.24%
B = 52.25%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C901DD (or 0xC901DD) is known color: Deep Magenta. HEX triplet: C9, 01 and DD. RGB value is (201,1,221). Sum of RGB (Red+Green+Blue) = 201+1+221=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C901DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901DD is #36FE22. Grayscale: #555555. Windows color (decimal): -3604003 or 14483913. OLE color: 14483913.

HSL color Cylindrical-coordinate representation of color #C901DD: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901DD is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 1 221 -
CMYK 0.09 1.00 0 0.13
HSL 294.55º 0.99% 0.44% -
HSV(B) 294.55º 1% 0.87% -
XYZ 37.15 17.66 69.86 -
YUV 85.88 204.26 210.11 -
System Red Green Blue C M Y K H S L
Decimal 201 1 221 0.09 1.00 0 0.13 294.55 0.99 0.44
Hex C9 1 DD 9 64 0 D 127 63 2C
Octal 311 1 335 11 144 0 15 447 143 54
Binary 11001001 1 11011101 1001 1100100 0 1101 100100111 1100011 101100

Color Harmonies of #C901DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901DD

Black with #C901DD

Text Example


Text Example

White with #C901DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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