Html Css Color HEX #C923E0 Deep Magenta

📋 copy color: '#C923E0'

red 201 ◦ green 35 ◦ blue 224

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

Shades of Deep Magenta #C923E0

Tints of Deep Magenta #C923E0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.61%

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

R = 43.7%
G = 7.61%
B = 48.7%

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

#C923E0 (or 0xC923E0) is known color: Deep Magenta. HEX triplet: C9, 23 and E0. RGB value is (201,35,224). Sum of RGB (Red+Green+Blue) = 201+35+224=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #C923E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923E0 is #36DC1F. Grayscale: #696969. Windows color (decimal): -3595296 or 14689225. OLE color: 14689225.

HSL color Cylindrical-coordinate representation of color #C923E0: hue angle of 292.7º 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 #C923E0 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 35 224 -
CMYK 0.10 0.84 0 0.12
HSL 292.7º 0.75% 0.51% -
HSV(B) 292.7º 0.84% 0.88% -
XYZ 38.14 19 72.18 -
YUV 106.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 201 35 224 0.10 0.84 0 0.12 292.7 0.75 0.51
Hex C9 23 E0 A 54 0 C 125 4B 33
Octal 311 43 340 12 124 0 14 445 113 63
Binary 11001001 100011 11100000 1010 1010100 0 1100 100100101 1001011 110011

Color Harmonies of #C923E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923E0

Black with #C923E0

Text Example


Text Example

White with #C923E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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