#CD025C

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

Shades of Razzmatazz #CD025C

Tints of Razzmatazz #CD025C

Color information

#CD025C (or 0xCD025C) is unknown color: approx Razzmatazz. HEX triplet: CD, 02 and 5C. RGB value is (205,2,92). Sum of RGB (Red+Green+Blue) = 205+2+92=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD025C is #32FDA3. Grayscale: #484848. Windows color (decimal): -3341732 or 6030029. OLE color: 6030029.

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

Color convert

RGB205292-
CMYK00.990.550.20
HSL333.4º98.07%40.59%-
HSV(B)333.4º99.02%80.39%-
XYZ27.1313.811.36-
YUV72.96138.75222.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.56%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=68.56%
G=0.67%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20529200.990.550.20333.498.0740.59
HexCD25C063371414d6229
Octal31521340143672451514251
Binary1100110110101110001100011110111101001010011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD025C; }

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

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

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

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

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

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

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

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