#C023CB

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

Shades of Deep Magenta #C023CB

Tints of Deep Magenta #C023CB

Color information

#C023CB (or 0xC023CB) is unknown color: approx Deep Magenta. HEX triplet: C0, 23 and CB. RGB value is (192,35,203). Sum of RGB (Red+Green+Blue) = 192+35+203=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #C023CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023CB is #3FDC34. Grayscale: #646464. Windows color (decimal): -4185141 or 13312960. OLE color: 13312960.

HSL color Cylindrical-coordinate representation of color #C023CB: hue angle of 296.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C023CB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19235203-
CMYK0.050.8300.20
HSL296.07º70.59%46.67%-
HSV(B)296.07º82.76%79.61%-
XYZ33.1216.7257.98-
YUV101.1185.51192.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 35 (14.06% from 255) = 8.14%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=44.65%
G=8.14%
B=47.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192352030.050.8300.20296.0770.5946.67
HexC023CB553014128472f
Octal30043313512302445010757
Binary110000001000111100101110110100110101001001010001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C023CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C023CB; }

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

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

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

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

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

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

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

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