Html Css Color HEX #C90ACD Deep Magenta

📋 copy color: '#C90ACD'

red 201 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #C90ACD

Tints of Deep Magenta #C90ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 48.32%
G = 2.4%
B = 49.28%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C90ACD (or 0xC90ACD) is known color: Deep Magenta. HEX triplet: C9, 0A and CD. RGB value is (201,10,205). Sum of RGB (Red+Green+Blue) = 201+10+205=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C90ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ACD is #36F532. Grayscale: #585858. Windows color (decimal): -3601715 or 13437641. OLE color: 13437641.

HSL color Cylindrical-coordinate representation of color #C90ACD: hue angle of 298.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90ACD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 10 205 -
CMYK 0.02 0.95 0 0.20
HSL 298.77º 0.91% 0.42% -
HSV(B) 298.77º 0.95% 0.8% -
XYZ 35.22 17.04 59.19 -
YUV 89.34 193.28 207.64 -
System Red Green Blue C M Y K H S L
Decimal 201 10 205 0.02 0.95 0 0.20 298.77 0.91 0.42
Hex C9 A CD 2 5F 0 14 12B 5B 2A
Octal 311 12 315 2 137 0 24 453 133 52
Binary 11001001 1010 11001101 10 1011111 0 10100 100101011 1011011 101010

Color Harmonies of #C90ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ACD

Black with #C90ACD

Text Example


Text Example

White with #C90ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ACD; }

 p { color: rgb(201,10,205); }

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

background-color css

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

 a { background-color: rgb(201,10,205); }

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

border-color css

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

 span { border-color: rgb(201,10,205); }

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