Html Css Color HEX #C90CDE Deep Magenta

📋 copy color: '#C90CDE'

red 201 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #C90CDE

Tints of Deep Magenta #C90CDE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 46.21%
G = 2.76%
B = 51.03%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C90CDE (or 0xC90CDE) is known color: Deep Magenta. HEX triplet: C9, 0C and DE. RGB value is (201,12,222). Sum of RGB (Red+Green+Blue) = 201+12+222=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #C90CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CDE is #36F321. Grayscale: #5B5B5B. Windows color (decimal): -3601186 or 14552265. OLE color: 14552265.

HSL color Cylindrical-coordinate representation of color #C90CDE: hue angle of 294º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CDE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 12 222 -
CMYK 0.09 0.95 0 0.13
HSL 294º 0.9% 0.46% -
HSV(B) 294º 0.95% 0.87% -
XYZ 37.4 17.95 70.6 -
YUV 92.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 201 12 222 0.09 0.95 0 0.13 294 0.9 0.46
Hex C9 C DE 9 5F 0 D 126 5A 2E
Octal 311 14 336 11 137 0 15 446 132 56
Binary 11001001 1100 11011110 1001 1011111 0 1101 100100110 1011010 101110

Color Harmonies of #C90CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CDE

Black with #C90CDE

Text Example


Text Example

White with #C90CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CDE; }

 p { color: rgb(201,12,222); }

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

background-color css

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

 a { background-color: rgb(201,12,222); }

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

border-color css

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

 span { border-color: rgb(201,12,222); }

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