Html Css Color HEX #C90CDB Deep Magenta

📋 copy color: '#C90CDB'

red 201 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #C90CDB

Tints of Deep Magenta #C90CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 46.53%
G = 2.78%
B = 50.69%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C90CDB (or 0xC90CDB) is known color: Deep Magenta. HEX triplet: C9, 0C and DB. RGB value is (201,12,219). Sum of RGB (Red+Green+Blue) = 201+12+219=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #C90CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CDB is #36F324. Grayscale: #5B5B5B. Windows color (decimal): -3601189 or 14355657. OLE color: 14355657.

HSL color Cylindrical-coordinate representation of color #C90CDB: hue angle of 294.78º 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 #C90CDB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 12 219 -
CMYK 0.08 0.95 0 0.14
HSL 294.78º 0.9% 0.45% -
HSV(B) 294.78º 0.95% 0.86% -
XYZ 37.01 17.79 68.5 -
YUV 92.11 199.62 205.67 -
System Red Green Blue C M Y K H S L
Decimal 201 12 219 0.08 0.95 0 0.14 294.78 0.9 0.45
Hex C9 C DB 8 5F 0 E 127 5A 2D
Octal 311 14 333 10 137 0 16 447 132 55
Binary 11001001 1100 11011011 1000 1011111 0 1110 100100111 1011010 101101

Color Harmonies of #C90CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CDB

Black with #C90CDB

Text Example


Text Example

White with #C90CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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