Html Css Color HEX #C90FCF Deep Magenta

📋 copy color: '#C90FCF'

red 201 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #C90FCF

Tints of Deep Magenta #C90FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 47.52%
G = 3.55%
B = 48.94%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C90FCF (or 0xC90FCF) is known color: Deep Magenta. HEX triplet: C9, 0F and CF. RGB value is (201,15,207). Sum of RGB (Red+Green+Blue) = 201+15+207=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C90FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCF is #36F030. Grayscale: #5B5B5B. Windows color (decimal): -3600433 or 13569993. OLE color: 13569993.

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

Color convert

RGB 201 15 207 -
CMYK 0.03 0.93 0 0.19
HSL 298.13º 0.86% 0.44% -
HSV(B) 298.13º 0.93% 0.81% -
XYZ 35.52 17.26 60.49 -
YUV 92.5 192.62 205.39 -
System Red Green Blue C M Y K H S L
Decimal 201 15 207 0.03 0.93 0 0.19 298.13 0.86 0.44
Hex C9 F CF 3 5D 0 13 12A 56 2C
Octal 311 17 317 3 135 0 23 452 126 54
Binary 11001001 1111 11001111 11 1011101 0 10011 100101010 1010110 101100

Color Harmonies of #C90FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FCF

Black with #C90FCF

Text Example


Text Example

White with #C90FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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