#C70054

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

Shades of Razzmatazz #C70054

Tints of Razzmatazz #C70054

Color information

#C70054 (or 0xC70054) is unknown color: approx Razzmatazz. HEX triplet: C7, 00 and 54. RGB value is (199,0,84). Sum of RGB (Red+Green+Blue) = 199+0+84=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C70054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70054 is #38FFAB. Grayscale: #444444. Windows color (decimal): -3735468 or 5505223. OLE color: 5505223.

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

Color convert

RGB199084-
CMYK010.580.22
HSL334.67º100%39.02%-
HSV(B)334.67º100%78.04%-
XYZ25.1512.789.53-
YUV69.08136.43220.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=70.32%
G=0%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199084010.580.22334.6710039.02
HexC70540643A1614f6427
Octal30701240144722651714447
Binary110001110101010001100100111010101101010011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70054; }

 p { color: rgb(199,0,84); }

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

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

 a { background-color: rgb(199,0,84); }

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

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

 span { border-color: rgb(199,0,84); }

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