#CD004A

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

Shades of Razzmatazz #CD004A

Tints of Razzmatazz #CD004A

Color information

#CD004A (or 0xCD004A) is unknown color: approx Razzmatazz. HEX triplet: CD, 00 and 4A. RGB value is (205,0,74). Sum of RGB (Red+Green+Blue) = 205+0+74=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD004A is #32FFB5. Grayscale: #454545. Windows color (decimal): -3342262 or 4849869. OLE color: 4849869.

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

Color convert

RGB205074-
CMYK010.640.20
HSL338.34º100%40.2%-
HSV(B)338.34º100%80.39%-
XYZ26.4113.477.69-
YUV69.73130.42224.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 73.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=73.48%
G=0%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205074010.640.20338.3410040.2
HexCD04A06440141526428
Octal315011201441002452214450
Binary1100110101001010011001001000000101001010100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD004A; }

 p { color: rgb(205,0,74); }

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

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

 a { background-color: rgb(205,0,74); }

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

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

 span { border-color: rgb(205,0,74); }

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