Shades of Razzmatazz #CE035A
Tints of Razzmatazz #CE035A
RGB
CMYK
RGB Variations
Color information
#CE035A (or 0xCE035A) is known color: Razzmatazz. HEX triplet: CE, 03 and 5A. RGB value is (206,3,90). Sum of RGB (Red+Green+Blue) = 206+3+90=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE035A is #31FCA5. Grayscale: #494949. Windows color (decimal): -3275942 or 5899214. OLE color: 5899214.
HSL color Cylindrical-coordinate representation of color #CE035A: hue angle of 334.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE035A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.19 |
| HSL | 334.29º | 0.97% | 0.41% | - |
| HSV(B) | 334.29º | 0.99% | 0.81% | - |
| XYZ | 27.33 | 13.93 | 10.92 | - |
| YUV | 73.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 90 | 0 | 0.99 | 0.56 | 0.19 | 334.29 | 0.97 | 0.41 |
| Hex | CE | 3 | 5A | 0 | 63 | 38 | 13 | 14E | 61 | 29 |
| Octal | 316 | 3 | 132 | 0 | 143 | 70 | 23 | 516 | 141 | 51 |
| Binary | 11001110 | 11 | 1011010 | 0 | 1100011 | 111000 | 10011 | 101001110 | 1100001 | 101001 |
Color Harmonies of #CE035A
Complementary color
Monochromatic Colors of #CE035A
Black with #CE035A
Text Example
Text Example
White with #CE035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE035A; }
p { color: rgb(206,3,90); }
H1.HeaderClassName
{
color: #CE035A;
}
.AnyTagClassName
{
color: #CE035A;
}
</style>
background-color css
<style>
a { background-color: #CE035A; }
a { background-color: rgb(206,3,90); }
div.DivClassName
{
background-color: #CE035A;
}
.BgClassName
{
background-color: #CE035A;
}
</style>
border-color css
<style>
span { border-color: #CE035A; }
span { border-color: rgb(206,3,90); }
td.TdClassName
{
border-color: #CE035A;
}
.TagClassName
{
border-color: #CE035A;
}
</style>