Html Css Color HEX #C92ACD Deep Magenta

📋 copy color: '#C92ACD'

red 201 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #C92ACD

Tints of Deep Magenta #C92ACD

RGB

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

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

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

R = 44.87%
G = 9.38%
B = 45.76%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C92ACD (or 0xC92ACD) is known color: Deep Magenta. HEX triplet: C9, 2A and CD. RGB value is (201,42,205). Sum of RGB (Red+Green+Blue) = 201+42+205=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #C92ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ACD is #36D532. Grayscale: #6B6B6B. Windows color (decimal): -3593523 or 13445833. OLE color: 13445833.

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

Color convert

RGB 201 42 205 -
CMYK 0.02 0.80 0 0.20
HSL 298.53º 0.66% 0.48% -
HSV(B) 298.53º 0.8% 0.8% -
XYZ 35.93 18.48 59.43 -
YUV 108.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 201 42 205 0.02 0.80 0 0.20 298.53 0.66 0.48
Hex C9 2A CD 2 50 0 14 12B 42 30
Octal 311 52 315 2 120 0 24 453 102 60
Binary 11001001 101010 11001101 10 1010000 0 10100 100101011 1000010 110000

Color Harmonies of #C92ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92ACD

Black with #C92ACD

Text Example


Text Example

White with #C92ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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