#C023BF

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

Shades of Deep Magenta #C023BF

Tints of Deep Magenta #C023BF

Color information

#C023BF (or 0xC023BF) is unknown color: approx Deep Magenta. HEX triplet: C0, 23 and BF. RGB value is (192,35,191). Sum of RGB (Red+Green+Blue) = 192+35+191=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C023BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023BF is #3FDC40. Grayscale: #636363. Windows color (decimal): -4185153 or 12526528. OLE color: 12526528.

HSL color Cylindrical-coordinate representation of color #C023BF: hue angle of 300.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C023BF is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19235191-
CMYK00.820.010.25
HSL300.38º69.16%44.51%-
HSV(B)300.38º81.77%75.29%-
XYZ31.7416.1750.74-
YUV99.73179.51193.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 35 (14.06% from 255) = 8.37%
BLUE value IS 191 (75% from 255) = 45.69%
R=45.93%
G=8.37%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923519100.820.010.25300.3869.1644.51
HexC023BF05211912c452d
Octal30043277012213145410555
Binary1100000010001110111111010100101110011001011001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C023BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C023BF; }

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

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

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

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

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

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

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

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