Html Css Color HEX #C90DCB Deep Magenta

📋 copy color: '#C90DCB'

red 201 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #C90DCB

Tints of Deep Magenta #C90DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 48.2%
G = 3.12%
B = 48.68%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C90DCB (or 0xC90DCB) is known color: Deep Magenta. HEX triplet: C9, 0D and CB. RGB value is (201,13,203). Sum of RGB (Red+Green+Blue) = 201+13+203=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #C90DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DCB is #36F234. Grayscale: #5A5A5A. Windows color (decimal): -3600949 or 13307337. OLE color: 13307337.

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

Color convert

RGB 201 13 203 -
CMYK 0.01 0.94 0 0.20
HSL 299.37º 0.88% 0.42% -
HSV(B) 299.37º 0.94% 0.8% -
XYZ 35.01 17.02 57.94 -
YUV 90.87 191.28 206.55 -
System Red Green Blue C M Y K H S L
Decimal 201 13 203 0.01 0.94 0 0.20 299.37 0.88 0.42
Hex C9 D CB 1 5E 0 14 12B 58 2A
Octal 311 15 313 1 136 0 24 453 130 52
Binary 11001001 1101 11001011 1 1011110 0 10100 100101011 1011000 101010

Color Harmonies of #C90DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DCB

Black with #C90DCB

Text Example


Text Example

White with #C90DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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