Html Css Color HEX #C924E0 Deep Magenta

📋 copy color: '#C924E0'

red 201 ◦ green 36 ◦ blue 224

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

Shades of Deep Magenta #C924E0

Tints of Deep Magenta #C924E0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.81%

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 43.6%
G = 7.81%
B = 48.59%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C924E0 (or 0xC924E0) is known color: Deep Magenta. HEX triplet: C9, 24 and E0. RGB value is (201,36,224). Sum of RGB (Red+Green+Blue) = 201+36+224=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #C924E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C924E0 is #36DB1F. Grayscale: #6A6A6A. Windows color (decimal): -3595040 or 14689481. OLE color: 14689481.

HSL color Cylindrical-coordinate representation of color #C924E0: hue angle of 292.66º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C924E0 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 36 224 -
CMYK 0.10 0.84 0 0.12
HSL 292.66º 0.75% 0.51% -
HSV(B) 292.66º 0.84% 0.88% -
XYZ 38.17 19.06 72.19 -
YUV 106.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 201 36 224 0.10 0.84 0 0.12 292.66 0.75 0.51
Hex C9 24 E0 A 54 0 C 125 4B 33
Octal 311 44 340 12 124 0 14 445 113 63
Binary 11001001 100100 11100000 1010 1010100 0 1100 100100101 1001011 110011

Color Harmonies of #C924E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924E0

Black with #C924E0

Text Example


Text Example

White with #C924E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924E0; }

 p { color: rgb(201,36,224); }

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

background-color css

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

 a { background-color: rgb(201,36,224); }

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

border-color css

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

 span { border-color: rgb(201,36,224); }

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