#C50BCC

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

Shades of Deep Magenta #C50BCC

Tints of Deep Magenta #C50BCC

Color information

#C50BCC (or 0xC50BCC) is unknown color: approx Deep Magenta. HEX triplet: C5, 0B and CC. RGB value is (197,11,204). Sum of RGB (Red+Green+Blue) = 197+11+204=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #C50BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BCC is #3AF433. Grayscale: #585858. Windows color (decimal): -3863604 or 13372357. OLE color: 13372357.

HSL color Cylindrical-coordinate representation of color #C50BCC: hue angle of 297.82º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BCC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19711204-
CMYK0.030.9500.2
HSL297.82º89.77%42.16%-
HSV(B)297.82º94.61%80%-
XYZ34.0416.4758.51-
YUV88.62193.12205.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 11 (4.69% from 255) = 2.67%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=47.82%
G=2.67%
B=49.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197112040.030.9500.2297.8289.7742.16
HexC5BCC35F01412a5a2a
Octal30513314313702445213252
Binary110001011011110011001110111110101001001010101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50BCC; }

 p { color: rgb(197,11,204); }

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

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

 a { background-color: rgb(197,11,204); }

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

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

 span { border-color: rgb(197,11,204); }

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