Html Css Color HEX #C90FDA Deep Magenta

📋 copy color: '#C90FDA'

red 201 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #C90FDA

Tints of Deep Magenta #C90FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 46.31%
G = 3.46%
B = 50.23%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C90FDA (or 0xC90FDA) is known color: Deep Magenta. HEX triplet: C9, 0F and DA. RGB value is (201,15,218). Sum of RGB (Red+Green+Blue) = 201+15+218=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #C90FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FDA is #36F025. Grayscale: #5D5D5D. Windows color (decimal): -3600422 or 14290889. OLE color: 14290889.

HSL color Cylindrical-coordinate representation of color #C90FDA: hue angle of 294.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FDA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 15 218 -
CMYK 0.08 0.93 0 0.15
HSL 294.98º 0.87% 0.46% -
HSV(B) 294.98º 0.93% 0.85% -
XYZ 36.91 17.82 67.82 -
YUV 93.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 201 15 218 0.08 0.93 0 0.15 294.98 0.87 0.46
Hex C9 F DA 8 5D 0 F 127 57 2E
Octal 311 17 332 10 135 0 17 447 127 56
Binary 11001001 1111 11011010 1000 1011101 0 1111 100100111 1010111 101110

Color Harmonies of #C90FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FDA

Black with #C90FDA

Text Example


Text Example

White with #C90FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FDA; }

 p { color: rgb(201,15,218); }

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

background-color css

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

 a { background-color: rgb(201,15,218); }

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

border-color css

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

 span { border-color: rgb(201,15,218); }

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