Html Css Color HEX #C90DCE Deep Magenta

📋 copy color: '#C90DCE'

red 201 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #C90DCE

Tints of Deep Magenta #C90DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 47.86%
G = 3.1%
B = 49.05%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C90DCE (or 0xC90DCE) is known color: Deep Magenta. HEX triplet: C9, 0D and CE. RGB value is (201,13,206). Sum of RGB (Red+Green+Blue) = 201+13+206=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C90DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DCE is #36F231. Grayscale: #5A5A5A. Windows color (decimal): -3600946 or 13503945. OLE color: 13503945.

HSL color Cylindrical-coordinate representation of color #C90DCE: hue angle of 298.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DCE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 13 206 -
CMYK 0.02 0.94 0 0.19
HSL 298.45º 0.88% 0.43% -
HSV(B) 298.45º 0.94% 0.81% -
XYZ 35.37 17.16 59.84 -
YUV 91.21 192.78 206.31 -
System Red Green Blue C M Y K H S L
Decimal 201 13 206 0.02 0.94 0 0.19 298.45 0.88 0.43
Hex C9 D CE 2 5E 0 13 12A 58 2B
Octal 311 15 316 2 136 0 23 452 130 53
Binary 11001001 1101 11001110 10 1011110 0 10011 100101010 1011000 101011

Color Harmonies of #C90DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DCE

Black with #C90DCE

Text Example


Text Example

White with #C90DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DCE; }

 p { color: rgb(201,13,206); }

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

background-color css

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

 a { background-color: rgb(201,13,206); }

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

border-color css

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

 span { border-color: rgb(201,13,206); }

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