Html Css Color HEX #C90ACA Deep Magenta

📋 copy color: '#C90ACA'

red 201 ◦ green 10 ◦ blue 202

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

Shades of Deep Magenta #C90ACA

Tints of Deep Magenta #C90ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 48.67%
G = 2.42%
B = 48.91%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C90ACA (or 0xC90ACA) is known color: Deep Magenta. HEX triplet: C9, 0A and CA. RGB value is (201,10,202). Sum of RGB (Red+Green+Blue) = 201+10+202=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #C90ACA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ACA is #36F535. Grayscale: #585858. Windows color (decimal): -3601718 or 13241033. OLE color: 13241033.

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

Color convert

RGB 201 10 202 -
CMYK 0.00 0.95 0 0.21
HSL 299.69º 0.91% 0.42% -
HSV(B) 299.69º 0.95% 0.79% -
XYZ 34.86 16.9 57.3 -
YUV 89 191.78 207.89 -
System Red Green Blue C M Y K H S L
Decimal 201 10 202 0.00 0.95 0 0.21 299.69 0.91 0.42
Hex C9 A CA 0 5F 0 15 12C 5B 2A
Octal 311 12 312 0 137 0 25 454 133 52
Binary 11001001 1010 11001010 0 1011111 0 10101 100101100 1011011 101010

Color Harmonies of #C90ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ACA

Black with #C90ACA

Text Example


Text Example

White with #C90ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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