#CD025E

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

Shades of Razzmatazz #CD025E

Tints of Razzmatazz #CD025E

Color information

#CD025E (or 0xCD025E) is unknown color: approx Razzmatazz. HEX triplet: CD, 02 and 5E. RGB value is (205,2,94). Sum of RGB (Red+Green+Blue) = 205+2+94=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD025E is #32FDA1. Grayscale: #494949. Windows color (decimal): -3341730 or 6161101. OLE color: 6161101.

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

Color convert

RGB205294-
CMYK00.990.540.20
HSL332.81º98.07%40.59%-
HSV(B)332.81º99.02%80.39%-
XYZ27.2213.8311.82-
YUV73.18139.75222.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.11%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=68.11%
G=0.66%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20529400.990.540.20332.8198.0740.59
HexCD25E063361414d6229
Octal31521360143662451514251
Binary1100110110101111001100011110110101001010011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD025E; }

 p { color: rgb(205,2,94); }

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

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

 a { background-color: rgb(205,2,94); }

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

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

 span { border-color: rgb(205,2,94); }

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