Shades of Deep Cerise #CC307B
Tints of Deep Cerise #CC307B
RGB
CMYK
RGB Variations
Color information
#CC307B (or 0xCC307B) is known color: Deep Cerise. HEX triplet: CC, 30 and 7B. RGB value is (204,48,123). Sum of RGB (Red+Green+Blue) = 204+48+123=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC307B is #33CF84. Grayscale: #676767. Windows color (decimal): -3395461 or 8073420. OLE color: 8073420.
HSL color Cylindrical-coordinate representation of color #CC307B: hue angle of 331.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC307B is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 123 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.2 |
| HSL | 331.15º | 0.62% | 0.49% | - |
| HSV(B) | 331.15º | 0.76% | 0.8% | - |
| XYZ | 29.53 | 16.38 | 20.34 | - |
| YUV | 103.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 123 | 0 | 0.76 | 0.40 | 0.2 | 331.15 | 0.62 | 0.49 |
| Hex | CC | 30 | 7B | 0 | 4C | 28 | 14 | 14B | 3E | 31 |
| Octal | 314 | 60 | 173 | 0 | 114 | 50 | 24 | 513 | 76 | 61 |
| Binary | 11001100 | 110000 | 1111011 | 0 | 1001100 | 101000 | 10100 | 101001011 | 111110 | 110001 |
Color Harmonies of #CC307B
Complementary color
Monochromatic Colors of #CC307B
Black with #CC307B
Text Example
Text Example
White with #CC307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC307B; }
p { color: rgb(204,48,123); }
H1.HeaderClassName
{
color: #CC307B;
}
.AnyTagClassName
{
color: #CC307B;
}
</style>
background-color css
<style>
a { background-color: #CC307B; }
a { background-color: rgb(204,48,123); }
div.DivClassName
{
background-color: #CC307B;
}
.BgClassName
{
background-color: #CC307B;
}
</style>
border-color css
<style>
span { border-color: #CC307B; }
span { border-color: rgb(204,48,123); }
td.TdClassName
{
border-color: #CC307B;
}
.TagClassName
{
border-color: #CC307B;
}
</style>