Html Css Color HEX #C90CDC Deep Magenta

📋 copy color: '#C90CDC'

red 201 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #C90CDC

Tints of Deep Magenta #C90CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 46.42%
G = 2.77%
B = 50.81%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C90CDC (or 0xC90CDC) is known color: Deep Magenta. HEX triplet: C9, 0C and DC. RGB value is (201,12,220). Sum of RGB (Red+Green+Blue) = 201+12+220=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C90CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CDC is #36F323. Grayscale: #5B5B5B. Windows color (decimal): -3601188 or 14421193. OLE color: 14421193.

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

Color convert

RGB 201 12 220 -
CMYK 0.09 0.95 0 0.14
HSL 294.52º 0.9% 0.45% -
HSV(B) 294.52º 0.95% 0.86% -
XYZ 37.14 17.85 69.2 -
YUV 92.22 200.12 205.59 -
System Red Green Blue C M Y K H S L
Decimal 201 12 220 0.09 0.95 0 0.14 294.52 0.9 0.45
Hex C9 C DC 9 5F 0 E 127 5A 2D
Octal 311 14 334 11 137 0 16 447 132 55
Binary 11001001 1100 11011100 1001 1011111 0 1110 100100111 1011010 101101

Color Harmonies of #C90CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CDC

Black with #C90CDC

Text Example


Text Example

White with #C90CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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