#C70153

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

Shades of Razzmatazz #C70153

Tints of Razzmatazz #C70153

Color information

#C70153 (or 0xC70153) is unknown color: approx Razzmatazz. HEX triplet: C7, 01 and 53. RGB value is (199,1,83). Sum of RGB (Red+Green+Blue) = 199+1+83=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C70153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70153 is #38FEAC. Grayscale: #454545. Windows color (decimal): -3735213 or 5439943. OLE color: 5439943.

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

Color convert

RGB199183-
CMYK00.990.580.22
HSL335.15º99%39.22%-
HSV(B)335.15º99.5%78.04%-
XYZ25.1312.799.33-
YUV69.55135.6220.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.32%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=70.32%
G=0.35%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918300.990.580.22335.159939.22
HexC71530633A1614f6327
Octal30711230143722651714347
Binary110001111101001101100011111010101101010011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70153; }

 p { color: rgb(199,1,83); }

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

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

 a { background-color: rgb(199,1,83); }

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

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

 span { border-color: rgb(199,1,83); }

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