Html Css Color HEX #C90FC8 Deep Magenta

📋 copy color: '#C90FC8'

red 201 ◦ green 15 ◦ blue 200

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

Shades of Deep Magenta #C90FC8

Tints of Deep Magenta #C90FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.08%

R = 48.32%
G = 3.61%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C90FC8 (or 0xC90FC8) is known color: Deep Magenta. HEX triplet: C9, 0F and C8. RGB value is (201,15,200). Sum of RGB (Red+Green+Blue) = 201+15+200=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FC8 is #36F037. Grayscale: #5B5B5B. Windows color (decimal): -3600440 or 13111241. OLE color: 13111241.

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

Color convert

RGB 201 15 200 -
CMYK 0 0.93 0.00 0.21
HSL 300.32º 0.86% 0.42% -
HSV(B) 300.32º 0.93% 0.79% -
XYZ 34.68 16.93 56.08 -
YUV 91.7 189.12 205.96 -
System Red Green Blue C M Y K H S L
Decimal 201 15 200 0 0.93 0.00 0.21 300.32 0.86 0.42
Hex C9 F C8 0 5D 0 15 12C 56 2A
Octal 311 17 310 0 135 0 25 454 126 52
Binary 11001001 1111 11001000 0 1011101 0 10101 100101100 1010110 101010

Color Harmonies of #C90FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FC8

Black with #C90FC8

Text Example


Text Example

White with #C90FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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