#CB025E

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

Shades of Razzmatazz #CB025E

Tints of Razzmatazz #CB025E

Color information

#CB025E (or 0xCB025E) is unknown color: approx Razzmatazz. HEX triplet: CB, 02 and 5E. RGB value is (203,2,94). Sum of RGB (Red+Green+Blue) = 203+2+94=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB025E is #34FDA1. Grayscale: #484848. Windows color (decimal): -3472802 or 6161099. OLE color: 6161099.

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

Color convert

RGB203294-
CMYK00.990.540.20
HSL332.54º98.05%40.2%-
HSV(B)332.54º99.01%79.61%-
XYZ26.6713.5511.8-
YUV72.59140.09221.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.89%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=67.89%
G=0.67%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20329400.990.540.20332.5498.0540.2
HexCB25E063361414d6228
Octal31321360143662451514250
Binary1100101110101111001100011110110101001010011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB025E; }

 p { color: rgb(203,2,94); }

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

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

 a { background-color: rgb(203,2,94); }

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

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

 span { border-color: rgb(203,2,94); }

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