Html Css Color HEX #C92ACE Deep Magenta

📋 copy color: '#C92ACE'

red 201 ◦ green 42 ◦ blue 206

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

Shades of Deep Magenta #C92ACE

Tints of Deep Magenta #C92ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 44.77%
G = 9.35%
B = 45.88%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C92ACE (or 0xC92ACE) is known color: Deep Magenta. HEX triplet: C9, 2A and CE. RGB value is (201,42,206). Sum of RGB (Red+Green+Blue) = 201+42+206=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C92ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ACE is #36D531. Grayscale: #6B6B6B. Windows color (decimal): -3593522 or 13511369. OLE color: 13511369.

HSL color Cylindrical-coordinate representation of color #C92ACE: hue angle of 298.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92ACE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 42 206 -
CMYK 0.02 0.80 0 0.19
HSL 298.17º 0.66% 0.49% -
HSV(B) 298.17º 0.8% 0.81% -
XYZ 36.06 18.53 60.07 -
YUV 108.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 201 42 206 0.02 0.80 0 0.19 298.17 0.66 0.49
Hex C9 2A CE 2 50 0 13 12A 42 31
Octal 311 52 316 2 120 0 23 452 102 61
Binary 11001001 101010 11001110 10 1010000 0 10011 100101010 1000010 110001

Color Harmonies of #C92ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92ACE

Black with #C92ACE

Text Example


Text Example

White with #C92ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92ACE; }

 p { color: rgb(201,42,206); }

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

background-color css

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

 a { background-color: rgb(201,42,206); }

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

border-color css

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

 span { border-color: rgb(201,42,206); }

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