Html Css Color HEX #C90ECF Deep Magenta

📋 copy color: '#C90ECF'

red 201 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #C90ECF

Tints of Deep Magenta #C90ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

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

R = 47.63%
G = 3.32%
B = 49.05%

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

#C90ECF (or 0xC90ECF) is known color: Deep Magenta. HEX triplet: C9, 0E and CF. RGB value is (201,14,207). Sum of RGB (Red+Green+Blue) = 201+14+207=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C90ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ECF is #36F130. Grayscale: #5B5B5B. Windows color (decimal): -3600689 or 13569737. OLE color: 13569737.

HSL color Cylindrical-coordinate representation of color #C90ECF: hue angle of 298.13º degrees, saturation: 0.87, 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 #C90ECF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 14 207 -
CMYK 0.03 0.93 0 0.19
HSL 298.13º 0.87% 0.43% -
HSV(B) 298.13º 0.93% 0.81% -
XYZ 35.51 17.24 60.49 -
YUV 91.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 201 14 207 0.03 0.93 0 0.19 298.13 0.87 0.43
Hex C9 E CF 3 5D 0 13 12A 57 2B
Octal 311 16 317 3 135 0 23 452 127 53
Binary 11001001 1110 11001111 11 1011101 0 10011 100101010 1010111 101011

Color Harmonies of #C90ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ECF

Black with #C90ECF

Text Example


Text Example

White with #C90ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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