Html Css Color HEX #C90FCD Deep Magenta

📋 copy color: '#C90FCD'

red 201 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #C90FCD

Tints of Deep Magenta #C90FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 47.74%
G = 3.56%
B = 48.69%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C90FCD (or 0xC90FCD) is known color: Deep Magenta. HEX triplet: C9, 0F and CD. RGB value is (201,15,205). Sum of RGB (Red+Green+Blue) = 201+15+205=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C90FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCD is #36F032. Grayscale: #5B5B5B. Windows color (decimal): -3600435 or 13438921. OLE color: 13438921.

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

Color convert

RGB 201 15 205 -
CMYK 0.02 0.93 0 0.20
HSL 298.74º 0.86% 0.43% -
HSV(B) 298.74º 0.93% 0.8% -
XYZ 35.28 17.17 59.21 -
YUV 92.27 191.62 205.55 -
System Red Green Blue C M Y K H S L
Decimal 201 15 205 0.02 0.93 0 0.20 298.74 0.86 0.43
Hex C9 F CD 2 5D 0 14 12B 56 2B
Octal 311 17 315 2 135 0 24 453 126 53
Binary 11001001 1111 11001101 10 1011101 0 10100 100101011 1010110 101011

Color Harmonies of #C90FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FCD

Black with #C90FCD

Text Example


Text Example

White with #C90FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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