Html Css Color HEX #C90FBA Deep Magenta

📋 copy color: '#C90FBA'

red 201 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #C90FBA

Tints of Deep Magenta #C90FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 50%
G = 3.73%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C90FBA (or 0xC90FBA) is known color: Deep Magenta. HEX triplet: C9, 0F and BA. RGB value is (201,15,186). Sum of RGB (Red+Green+Blue) = 201+15+186=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FBA is #36F045. Grayscale: #595959. Windows color (decimal): -3600454 or 12193737. OLE color: 12193737.

HSL color Cylindrical-coordinate representation of color #C90FBA: hue angle of 304.84º 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 #C90FBA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 186 -
CMYK 0 0.93 0.07 0.21
HSL 304.84º 0.86% 0.42% -
HSV(B) 304.84º 0.93% 0.79% -
XYZ 33.12 16.3 47.86 -
YUV 90.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 201 15 186 0 0.93 0.07 0.21 304.84 0.86 0.42
Hex C9 F BA 0 5D 7 15 131 56 2A
Octal 311 17 272 0 135 7 25 461 126 52
Binary 11001001 1111 10111010 0 1011101 111 10101 100110001 1010110 101010

Color Harmonies of #C90FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FBA

Black with #C90FBA

Text Example


Text Example

White with #C90FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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