#CA044E

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

Shades of Razzmatazz #CA044E

Tints of Razzmatazz #CA044E

Color information

#CA044E (or 0xCA044E) is unknown color: approx Razzmatazz. HEX triplet: CA, 04 and 4E. RGB value is (202,4,78). Sum of RGB (Red+Green+Blue) = 202+4+78=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA044E is #35FBB1. Grayscale: #474747. Windows color (decimal): -3537842 or 5113034. OLE color: 5113034.

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

Color convert

RGB202478-
CMYK00.980.610.21
HSL337.58º96.12%40.39%-
HSV(B)337.58º98.02%79.22%-
XYZ25.7813.198.4-
YUV71.64131.6220.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.13%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=71.13%
G=1.41%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20247800.980.610.21337.5896.1240.39
HexCA44E0623D151526028
Octal31241160142752552214050
Binary11001010100100111001100010111101101011010100101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA044E; }

 p { color: rgb(202,4,78); }

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

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

 a { background-color: rgb(202,4,78); }

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

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

 span { border-color: rgb(202,4,78); }

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