#CC014E

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

Shades of Razzmatazz #CC014E

Tints of Razzmatazz #CC014E

Color information

#CC014E (or 0xCC014E) is unknown color: approx Razzmatazz. HEX triplet: CC, 01 and 4E. RGB value is (204,1,78). Sum of RGB (Red+Green+Blue) = 204+1+78=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC014E is #33FEB1. Grayscale: #464646. Windows color (decimal): -3407538 or 5112268. OLE color: 5112268.

HSL color Cylindrical-coordinate representation of color #CC014E: hue angle of 337.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC014E is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB204178-
CMYK01.000.620.2
HSL337.24º99.02%40.2%-
HSV(B)337.24º99.51%80%-
XYZ26.2913.418.41-
YUV70.47132.25223.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 72.08%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=72.08%
G=0.35%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417801.000.620.2337.2499.0240.2
HexCC14E0643E141516328
Octal31411160144762452114350
Binary110011001100111001100100111110101001010100011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC014E; }

 p { color: rgb(204,1,78); }

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

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

 a { background-color: rgb(204,1,78); }

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

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

 span { border-color: rgb(204,1,78); }

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