#C90254

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

Shades of Razzmatazz #C90254

Tints of Razzmatazz #C90254

Color information

#C90254 (or 0xC90254) is unknown color: approx Razzmatazz. HEX triplet: C9, 02 and 54. RGB value is (201,2,84). Sum of RGB (Red+Green+Blue) = 201+2+84=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C90254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90254 is #36FDAB. Grayscale: #464646. Windows color (decimal): -3603884 or 5505737. OLE color: 5505737.

HSL color Cylindrical-coordinate representation of color #C90254: hue angle of 335.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90254 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB201284-
CMYK00.990.580.21
HSL335.28º98.03%39.8%-
HSV(B)335.28º99%78.82%-
XYZ25.7113.19.56-
YUV70.85135.43220.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.03%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=70.03%
G=0.70%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20128400.990.580.21335.2898.0339.8
HexC92540633A1514f6228
Octal31121240143722551714250
Binary1100100110101010001100011111010101011010011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90254; }

 p { color: rgb(201,2,84); }

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

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

 a { background-color: rgb(201,2,84); }

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

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

 span { border-color: rgb(201,2,84); }

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