Shades of Deep Cerise #CF337B
Tints of Deep Cerise #CF337B
RGB
CMYK
RGB Variations
Color information
#CF337B (or 0xCF337B) is known color: Deep Cerise. HEX triplet: CF, 33 and 7B. RGB value is (207,51,123). Sum of RGB (Red+Green+Blue) = 207+51+123=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF337B is #30CC84. Grayscale: #696969. Windows color (decimal): -3198085 or 8074191. OLE color: 8074191.
HSL color Cylindrical-coordinate representation of color #CF337B: hue angle of 332.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF337B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 123 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.19 |
| HSL | 332.31º | 0.62% | 0.51% | - |
| HSV(B) | 332.31º | 0.75% | 0.81% | - |
| XYZ | 30.49 | 17.06 | 20.43 | - |
| YUV | 105.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 123 | 0 | 0.75 | 0.41 | 0.19 | 332.31 | 0.62 | 0.51 |
| Hex | CF | 33 | 7B | 0 | 4B | 29 | 13 | 14C | 3E | 33 |
| Octal | 317 | 63 | 173 | 0 | 113 | 51 | 23 | 514 | 76 | 63 |
| Binary | 11001111 | 110011 | 1111011 | 0 | 1001011 | 101001 | 10011 | 101001100 | 111110 | 110011 |
Color Harmonies of #CF337B
Complementary color
Monochromatic Colors of #CF337B
Black with #CF337B
Text Example
Text Example
White with #CF337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF337B; }
p { color: rgb(207,51,123); }
H1.HeaderClassName
{
color: #CF337B;
}
.AnyTagClassName
{
color: #CF337B;
}
</style>
background-color css
<style>
a { background-color: #CF337B; }
a { background-color: rgb(207,51,123); }
div.DivClassName
{
background-color: #CF337B;
}
.BgClassName
{
background-color: #CF337B;
}
</style>
border-color css
<style>
span { border-color: #CF337B; }
span { border-color: rgb(207,51,123); }
td.TdClassName
{
border-color: #CF337B;
}
.TagClassName
{
border-color: #CF337B;
}
</style>