#C8034E

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

Shades of Razzmatazz #C8034E

Tints of Razzmatazz #C8034E

Color information

#C8034E (or 0xC8034E) is unknown color: approx Razzmatazz. HEX triplet: C8, 03 and 4E. RGB value is (200,3,78). Sum of RGB (Red+Green+Blue) = 200+3+78=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8034E is #37FCB1. Grayscale: #464646. Windows color (decimal): -3669170 or 5112776. OLE color: 5112776.

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

Color convert

RGB200378-
CMYK00.980.610.22
HSL337.16º97.04%39.8%-
HSV(B)337.16º98.5%78.43%-
XYZ25.2312.898.37-
YUV70.45132.27220.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 71.17%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=71.17%
G=1.07%
B=27.76%

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
Decimal20037800.980.610.22337.1697.0439.8
HexC834E0623D161516128
Octal31031160142752652114150
Binary1100100011100111001100010111101101101010100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8034E; }

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

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

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

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

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

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

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

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