Shades of Cerise #CA306C
Tints of Cerise #CA306C
RGB
CMYK
RGB Variations
Color information
#CA306C (or 0xCA306C) is known color: Cerise. HEX triplet: CA, 30 and 6C. RGB value is (202,48,108). Sum of RGB (Red+Green+Blue) = 202+48+108=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA306C is #35CF93. Grayscale: #646464. Windows color (decimal): -3526548 or 7090378. OLE color: 7090378.
HSL color Cylindrical-coordinate representation of color #CA306C: hue angle of 336.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA306C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 108 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.21 |
| HSL | 336.62º | 0.62% | 0.49% | - |
| HSV(B) | 336.62º | 0.76% | 0.79% | - |
| XYZ | 28.12 | 15.75 | 15.75 | - |
| YUV | 100.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 108 | 0 | 0.76 | 0.47 | 0.21 | 336.62 | 0.62 | 0.49 |
| Hex | CA | 30 | 6C | 0 | 4C | 2F | 15 | 151 | 3E | 31 |
| Octal | 312 | 60 | 154 | 0 | 114 | 57 | 25 | 521 | 76 | 61 |
| Binary | 11001010 | 110000 | 1101100 | 0 | 1001100 | 101111 | 10101 | 101010001 | 111110 | 110001 |
Color Harmonies of #CA306C
Complementary color
Monochromatic Colors of #CA306C
Black with #CA306C
Text Example
Text Example
White with #CA306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA306C; }
p { color: rgb(202,48,108); }
H1.HeaderClassName
{
color: #CA306C;
}
.AnyTagClassName
{
color: #CA306C;
}
</style>
background-color css
<style>
a { background-color: #CA306C; }
a { background-color: rgb(202,48,108); }
div.DivClassName
{
background-color: #CA306C;
}
.BgClassName
{
background-color: #CA306C;
}
</style>
border-color css
<style>
span { border-color: #CA306C; }
span { border-color: rgb(202,48,108); }
td.TdClassName
{
border-color: #CA306C;
}
.TagClassName
{
border-color: #CA306C;
}
</style>