Html Css Color HEX #C90DCA Deep Magenta

📋 copy color: '#C90DCA'

red 201 ◦ green 13 ◦ blue 202

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

Shades of Deep Magenta #C90DCA

Tints of Deep Magenta #C90DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 48.32%
G = 3.13%
B = 48.56%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C90DCA (or 0xC90DCA) is known color: Deep Magenta. HEX triplet: C9, 0D and CA. RGB value is (201,13,202). Sum of RGB (Red+Green+Blue) = 201+13+202=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C90DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DCA is #36F235. Grayscale: #5A5A5A. Windows color (decimal): -3600950 or 13241801. OLE color: 13241801.

HSL color Cylindrical-coordinate representation of color #C90DCA: hue angle of 299.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DCA is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 13 202 -
CMYK 0.00 0.94 0 0.21
HSL 299.68º 0.88% 0.42% -
HSV(B) 299.68º 0.94% 0.79% -
XYZ 34.89 16.97 57.31 -
YUV 90.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 201 13 202 0.00 0.94 0 0.21 299.68 0.88 0.42
Hex C9 D CA 0 5E 0 15 12C 58 2A
Octal 311 15 312 0 136 0 25 454 130 52
Binary 11001001 1101 11001010 0 1011110 0 10101 100101100 1011000 101010

Color Harmonies of #C90DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DCA

Black with #C90DCA

Text Example


Text Example

White with #C90DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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