#C50155

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

Shades of Razzmatazz #C50155

Tints of Razzmatazz #C50155

Color information

#C50155 (or 0xC50155) is unknown color: approx Razzmatazz. HEX triplet: C5, 01 and 55. RGB value is (197,1,85). Sum of RGB (Red+Green+Blue) = 197+1+85=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C50155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50155 is #3AFEAA. Grayscale: #454545. Windows color (decimal): -3866283 or 5571013. OLE color: 5571013.

HSL color Cylindrical-coordinate representation of color #C50155: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50155 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB197185-
CMYK00.990.570.23
HSL334.29º98.99%38.82%-
HSV(B)334.29º99.49%77.25%-
XYZ24.6812.559.72-
YUV69.18136.93219.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.61%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=69.61%
G=0.35%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718500.990.570.23334.2998.9938.82
HexC5155063391714e6327
Octal30511250143712751614347
Binary110001011101010101100011111001101111010011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50155; }

 p { color: rgb(197,1,85); }

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

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

 a { background-color: rgb(197,1,85); }

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

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

 span { border-color: rgb(197,1,85); }

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