Html Css Color HEX #C90FBE Deep Magenta

📋 copy color: '#C90FBE'

red 201 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #C90FBE

Tints of Deep Magenta #C90FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 49.51%
G = 3.69%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C90FBE (or 0xC90FBE) is known color: Deep Magenta. HEX triplet: C9, 0F and BE. RGB value is (201,15,190). Sum of RGB (Red+Green+Blue) = 201+15+190=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FBE is #36F041. Grayscale: #5A5A5A. Windows color (decimal): -3600450 or 12455881. OLE color: 12455881.

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

Color convert

RGB 201 15 190 -
CMYK 0 0.93 0.05 0.21
HSL 303.55º 0.86% 0.42% -
HSV(B) 303.55º 0.93% 0.79% -
XYZ 33.55 16.48 50.13 -
YUV 90.56 184.12 206.77 -
System Red Green Blue C M Y K H S L
Decimal 201 15 190 0 0.93 0.05 0.21 303.55 0.86 0.42
Hex C9 F BE 0 5D 5 15 130 56 2A
Octal 311 17 276 0 135 5 25 460 126 52
Binary 11001001 1111 10111110 0 1011101 101 10101 100110000 1010110 101010

Color Harmonies of #C90FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FBE

Black with #C90FBE

Text Example


Text Example

White with #C90FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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