Html Css Color HEX #C90FCE Deep Magenta

📋 copy color: '#C90FCE'

red 201 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #C90FCE

Tints of Deep Magenta #C90FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 47.63%
G = 3.55%
B = 48.82%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C90FCE (or 0xC90FCE) is known color: Deep Magenta. HEX triplet: C9, 0F and CE. RGB value is (201,15,206). Sum of RGB (Red+Green+Blue) = 201+15+206=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #C90FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCE is #36F031. Grayscale: #5B5B5B. Windows color (decimal): -3600434 or 13504457. OLE color: 13504457.

HSL color Cylindrical-coordinate representation of color #C90FCE: hue angle of 298.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FCE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 15 206 -
CMYK 0.02 0.93 0 0.19
HSL 298.43º 0.86% 0.43% -
HSV(B) 298.43º 0.93% 0.81% -
XYZ 35.4 17.22 59.85 -
YUV 92.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 201 15 206 0.02 0.93 0 0.19 298.43 0.86 0.43
Hex C9 F CE 2 5D 0 13 12A 56 2B
Octal 311 17 316 2 135 0 23 452 126 53
Binary 11001001 1111 11001110 10 1011101 0 10011 100101010 1010110 101011

Color Harmonies of #C90FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FCE

Black with #C90FCE

Text Example


Text Example

White with #C90FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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