Html Css Color HEX #C923E1 Deep Magenta

📋 copy color: '#C923E1'

red 201 ◦ green 35 ◦ blue 225

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

Shades of Deep Magenta #C923E1

Tints of Deep Magenta #C923E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 43.6%
G = 7.59%
B = 48.81%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C923E1 (or 0xC923E1) is known color: Deep Magenta. HEX triplet: C9, 23 and E1. RGB value is (201,35,225). Sum of RGB (Red+Green+Blue) = 201+35+225=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #C923E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923E1 is #36DC1E. Grayscale: #696969. Windows color (decimal): -3595295 or 14754761. OLE color: 14754761.

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

Color convert

RGB 201 35 225 -
CMYK 0.11 0.84 0 0.12
HSL 292.42º 0.76% 0.51% -
HSV(B) 292.42º 0.84% 0.88% -
XYZ 38.28 19.06 72.89 -
YUV 106.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 201 35 225 0.11 0.84 0 0.12 292.42 0.76 0.51
Hex C9 23 E1 B 54 0 C 124 4C 33
Octal 311 43 341 13 124 0 14 444 114 63
Binary 11001001 100011 11100001 1011 1010100 0 1100 100100100 1001100 110011

Color Harmonies of #C923E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923E1

Black with #C923E1

Text Example


Text Example

White with #C923E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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