Html Css Color HEX #C90CDD Deep Magenta

📋 copy color: '#C90CDD'

red 201 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #C90CDD

Tints of Deep Magenta #C90CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 46.31%
G = 2.76%
B = 50.92%

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

#C90CDD (or 0xC90CDD) is known color: Deep Magenta. HEX triplet: C9, 0C and DD. RGB value is (201,12,221). Sum of RGB (Red+Green+Blue) = 201+12+221=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C90CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CDD is #36F322. Grayscale: #5B5B5B. Windows color (decimal): -3601187 or 14486729. OLE color: 14486729.

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

Color convert

RGB 201 12 221 -
CMYK 0.09 0.95 0 0.13
HSL 294.26º 0.9% 0.46% -
HSV(B) 294.26º 0.95% 0.87% -
XYZ 37.27 17.9 69.9 -
YUV 92.34 200.62 205.51 -
System Red Green Blue C M Y K H S L
Decimal 201 12 221 0.09 0.95 0 0.13 294.26 0.9 0.46
Hex C9 C DD 9 5F 0 D 126 5A 2E
Octal 311 14 335 11 137 0 15 446 132 56
Binary 11001001 1100 11011101 1001 1011111 0 1101 100100110 1011010 101110

Color Harmonies of #C90CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CDD

Black with #C90CDD

Text Example


Text Example

White with #C90CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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