#CD044C

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

Shades of Razzmatazz #CD044C

Tints of Razzmatazz #CD044C

Color information

#CD044C (or 0xCD044C) is unknown color: approx Razzmatazz. HEX triplet: CD, 04 and 4C. RGB value is (205,4,76). Sum of RGB (Red+Green+Blue) = 205+4+76=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD044C is #32FBB3. Grayscale: #484848. Windows color (decimal): -3341236 or 4981965. OLE color: 4981965.

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

Color convert

RGB205476-
CMYK00.980.630.20
HSL338.51º96.17%40.98%-
HSV(B)338.51º98.05%80.39%-
XYZ26.5213.598.06-
YUV72.31130.09222.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 71.93%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=71.93%
G=1.40%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20547600.980.630.20338.5196.1740.98
HexCD44C0623F141536029
Octal31541140142772452314051
Binary11001101100100110001100010111111101001010100111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD044C; }

 p { color: rgb(205,4,76); }

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

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

 a { background-color: rgb(205,4,76); }

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

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

 span { border-color: rgb(205,4,76); }

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