#C8044E

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

Shades of Razzmatazz #C8044E

Tints of Razzmatazz #C8044E

Color information

#C8044E (or 0xC8044E) is unknown color: approx Razzmatazz. HEX triplet: C8, 04 and 4E. RGB value is (200,4,78). Sum of RGB (Red+Green+Blue) = 200+4+78=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8044E is #37FBB1. Grayscale: #464646. Windows color (decimal): -3668914 or 5113032. OLE color: 5113032.

HSL color Cylindrical-coordinate representation of color #C8044E: hue angle of 337.35º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8044E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB200478-
CMYK00.980.610.22
HSL337.35º96.08%40%-
HSV(B)337.35º98%78.43%-
XYZ25.2412.928.37-
YUV71.04131.93219.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.92%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=70.92%
G=1.42%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20047800.980.610.22337.3596.0840
HexC844E0623D161516028
Octal31041160142752652114050
Binary11001000100100111001100010111101101101010100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8044E; }

 p { color: rgb(200,4,78); }

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

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

 a { background-color: rgb(200,4,78); }

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

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

 span { border-color: rgb(200,4,78); }

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