#C7004C

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

Shades of Razzmatazz #C7004C

Tints of Razzmatazz #C7004C

Color information

#C7004C (or 0xC7004C) is unknown color: approx Razzmatazz. HEX triplet: C7, 00 and 4C. RGB value is (199,0,76). Sum of RGB (Red+Green+Blue) = 199+0+76=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7004C is #38FFB3. Grayscale: #444444. Windows color (decimal): -3735476 or 4980935. OLE color: 4980935.

HSL color Cylindrical-coordinate representation of color #C7004C: hue angle of 337.09º 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 #C7004C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB199076-
CMYK010.620.22
HSL337.09º100%39.02%-
HSV(B)337.09º100%78.04%-
XYZ24.8612.667.97-
YUV68.16132.43221.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=72.36%
G=0%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199076010.620.22337.0910039.02
HexC704C0643E161516427
Octal30701140144762652114447
Binary110001110100110001100100111110101101010100011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7004C; }

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

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

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

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

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

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

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

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