Shades of Deep Cerise #CF307B
Tints of Deep Cerise #CF307B
RGB
CMYK
RGB Variations
Color information
#CF307B (or 0xCF307B) is known color: Deep Cerise. HEX triplet: CF, 30 and 7B. RGB value is (207,48,123). Sum of RGB (Red+Green+Blue) = 207+48+123=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF307B is #30CF84. Grayscale: #676767. Windows color (decimal): -3198853 or 8073423. OLE color: 8073423.
HSL color Cylindrical-coordinate representation of color #CF307B: hue angle of 331.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF307B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 123 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.19 |
| HSL | 331.7º | 0.62% | 0.5% | - |
| HSV(B) | 331.7º | 0.77% | 0.81% | - |
| XYZ | 30.36 | 16.81 | 20.38 | - |
| YUV | 104.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 123 | 0 | 0.77 | 0.41 | 0.19 | 331.7 | 0.62 | 0.5 |
| Hex | CF | 30 | 7B | 0 | 4D | 29 | 13 | 14C | 3E | 32 |
| Octal | 317 | 60 | 173 | 0 | 115 | 51 | 23 | 514 | 76 | 62 |
| Binary | 11001111 | 110000 | 1111011 | 0 | 1001101 | 101001 | 10011 | 101001100 | 111110 | 110010 |
Color Harmonies of #CF307B
Complementary color
Monochromatic Colors of #CF307B
Black with #CF307B
Text Example
Text Example
White with #CF307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF307B; }
p { color: rgb(207,48,123); }
H1.HeaderClassName
{
color: #CF307B;
}
.AnyTagClassName
{
color: #CF307B;
}
</style>
background-color css
<style>
a { background-color: #CF307B; }
a { background-color: rgb(207,48,123); }
div.DivClassName
{
background-color: #CF307B;
}
.BgClassName
{
background-color: #CF307B;
}
</style>
border-color css
<style>
span { border-color: #CF307B; }
span { border-color: rgb(207,48,123); }
td.TdClassName
{
border-color: #CF307B;
}
.TagClassName
{
border-color: #CF307B;
}
</style>