#C023E1

Color #C023E1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C023E1

Tints of Deep Magenta #C023E1

Color information

#C023E1 (or 0xC023E1) is unknown color: approx Deep Magenta. HEX triplet: C0, 23 and E1. RGB value is (192,35,225). Sum of RGB (Red+Green+Blue) = 192+35+225=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #C023E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023E1 is #3FDC1E. Grayscale: #676767. Windows color (decimal): -4185119 or 14754752. OLE color: 14754752.

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

Color convert

RGB19235225-
CMYK0.150.8400.12
HSL289.58º76%50.98%-
HSV(B)289.58º84.44%88.24%-
XYZ35.9317.8472.78-
YUV103.6196.51191.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 35 (14.06% from 255) = 7.74%
BLUE value IS 225 (88.28% from 255) = 49.78%
R=42.48%
G=7.74%
B=49.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192352250.150.8400.12289.587650.98
HexC023E1F540C1224c33
Octal300433411712401444211463
Binary110000001000111110000111111010100011001001000101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C023E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C023E1; }

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

 H1.HeaderClassName
 {
   color: #C023E1;
 }
 .AnyTagClassName
 {
   color: #C023E1;
 }
</style>
background-color css

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

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

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

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

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

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