#CD0057

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

Shades of Razzmatazz #CD0057

Tints of Razzmatazz #CD0057

Color information

#CD0057 (or 0xCD0057) is unknown color: approx Razzmatazz. HEX triplet: CD, 00 and 57. RGB value is (205,0,87). Sum of RGB (Red+Green+Blue) = 205+0+87=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0057 is #32FFA8. Grayscale: #474747. Windows color (decimal): -3342249 or 5701837. OLE color: 5701837.

HSL color Cylindrical-coordinate representation of color #CD0057: hue angle of 334.54º 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 #CD0057 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB205087-
CMYK010.580.20
HSL334.54º100%40.2%-
HSV(B)334.54º100%80.39%-
XYZ26.913.6710.24-
YUV71.21136.92223.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 70.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=70.21%
G=0%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205087010.580.20334.5410040.2
HexCD0570643A1414f6428
Octal31501270144722451714450
Binary110011010101011101100100111010101001010011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0057; }

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

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

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

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

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

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

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

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