Html Css Color HEX #C90FC5 Deep Magenta

📋 copy color: '#C90FC5'

red 201 ◦ green 15 ◦ blue 197

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

Shades of Deep Magenta #C90FC5

Tints of Deep Magenta #C90FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.7%

R = 48.67%
G = 3.63%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C90FC5 (or 0xC90FC5) is known color: Deep Magenta. HEX triplet: C9, 0F and C5. RGB value is (201,15,197). Sum of RGB (Red+Green+Blue) = 201+15+197=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FC5 is #36F03A. Grayscale: #5A5A5A. Windows color (decimal): -3600443 or 12914633. OLE color: 12914633.

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

Color convert

RGB 201 15 197 -
CMYK 0 0.93 0.02 0.21
HSL 301.29º 0.86% 0.42% -
HSV(B) 301.29º 0.93% 0.79% -
XYZ 34.34 16.79 54.25 -
YUV 91.36 187.62 206.2 -
System Red Green Blue C M Y K H S L
Decimal 201 15 197 0 0.93 0.02 0.21 301.29 0.86 0.42
Hex C9 F C5 0 5D 2 15 12D 56 2A
Octal 311 17 305 0 135 2 25 455 126 52
Binary 11001001 1111 11000101 0 1011101 10 10101 100101101 1010110 101010

Color Harmonies of #C90FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FC5

Black with #C90FC5

Text Example


Text Example

White with #C90FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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