#CC084F

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

Shades of Razzmatazz #CC084F

Tints of Razzmatazz #CC084F

Color information

#CC084F (or 0xCC084F) is unknown color: approx Razzmatazz. HEX triplet: CC, 08 and 4F. RGB value is (204,8,79). Sum of RGB (Red+Green+Blue) = 204+8+79=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC084F is #33F7B0. Grayscale: #4A4A4A. Windows color (decimal): -3405745 or 5179596. OLE color: 5179596.

HSL color Cylindrical-coordinate representation of color #CC084F: hue angle of 338.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC084F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB204879-
CMYK00.960.610.2
HSL338.27º92.45%41.57%-
HSV(B)338.27º96.08%80%-
XYZ26.413.588.63-
YUV74.7130.43220.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.10%
GREEN value IS 8 (3.52% from 255) = 2.75%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=70.10%
G=2.75%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20487900.960.610.2338.2792.4541.57
HexCC84F0603D141525c2a
Octal314101170140752452213452
Binary110011001000100111101100000111101101001010100101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC084F; }

 p { color: rgb(204,8,79); }

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

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

 a { background-color: rgb(204,8,79); }

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

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

 span { border-color: rgb(204,8,79); }

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