Html Css Color HEX #C90CDA Deep Magenta

📋 copy color: '#C90CDA'

red 201 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #C90CDA

Tints of Deep Magenta #C90CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 46.64%
G = 2.78%
B = 50.58%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C90CDA (or 0xC90CDA) is known color: Deep Magenta. HEX triplet: C9, 0C and DA. RGB value is (201,12,218). Sum of RGB (Red+Green+Blue) = 201+12+218=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C90CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CDA is #36F325. Grayscale: #5B5B5B. Windows color (decimal): -3601190 or 14290121. OLE color: 14290121.

HSL color Cylindrical-coordinate representation of color #C90CDA: hue angle of 295.05º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CDA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 12 218 -
CMYK 0.08 0.94 0 0.15
HSL 295.05º 0.9% 0.45% -
HSV(B) 295.05º 0.94% 0.85% -
XYZ 36.87 17.74 67.81 -
YUV 92 199.12 205.75 -
System Red Green Blue C M Y K H S L
Decimal 201 12 218 0.08 0.94 0 0.15 295.05 0.9 0.45
Hex C9 C DA 8 5E 0 F 127 5A 2D
Octal 311 14 332 10 136 0 17 447 132 55
Binary 11001001 1100 11011010 1000 1011110 0 1111 100100111 1011010 101101

Color Harmonies of #C90CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CDA

Black with #C90CDA

Text Example


Text Example

White with #C90CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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