Shades of Deep Cerise #CC307A
Tints of Deep Cerise #CC307A
RGB
CMYK
RGB Variations
Color information
#CC307A (or 0xCC307A) is known color: Deep Cerise. HEX triplet: CC, 30 and 7A. RGB value is (204,48,122). Sum of RGB (Red+Green+Blue) = 204+48+122=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC307A is #33CF85. Grayscale: #666666. Windows color (decimal): -3395462 or 8007884. OLE color: 8007884.
HSL color Cylindrical-coordinate representation of color #CC307A: hue angle of 331.54º 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 #CC307A is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 122 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.2 |
| HSL | 331.54º | 0.62% | 0.49% | - |
| HSV(B) | 331.54º | 0.76% | 0.8% | - |
| XYZ | 29.47 | 16.36 | 20.02 | - |
| YUV | 103.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 122 | 0 | 0.76 | 0.40 | 0.2 | 331.54 | 0.62 | 0.49 |
| Hex | CC | 30 | 7A | 0 | 4C | 28 | 14 | 14C | 3E | 31 |
| Octal | 314 | 60 | 172 | 0 | 114 | 50 | 24 | 514 | 76 | 61 |
| Binary | 11001100 | 110000 | 1111010 | 0 | 1001100 | 101000 | 10100 | 101001100 | 111110 | 110001 |
Color Harmonies of #CC307A
Complementary color
Monochromatic Colors of #CC307A
Black with #CC307A
Text Example
Text Example
White with #CC307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC307A; }
p { color: rgb(204,48,122); }
H1.HeaderClassName
{
color: #CC307A;
}
.AnyTagClassName
{
color: #CC307A;
}
</style>
background-color css
<style>
a { background-color: #CC307A; }
a { background-color: rgb(204,48,122); }
div.DivClassName
{
background-color: #CC307A;
}
.BgClassName
{
background-color: #CC307A;
}
</style>
border-color css
<style>
span { border-color: #CC307A; }
span { border-color: rgb(204,48,122); }
td.TdClassName
{
border-color: #CC307A;
}
.TagClassName
{
border-color: #CC307A;
}
</style>