Shades of Cerise #CF3467
Tints of Cerise #CF3467
RGB
CMYK
RGB Variations
Color information
#CF3467 (or 0xCF3467) is known color: Cerise. HEX triplet: CF, 34 and 67. RGB value is (207,52,103). Sum of RGB (Red+Green+Blue) = 207+52+103=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3467 is #30CB98. Grayscale: #686868. Windows color (decimal): -3197849 or 6763727. OLE color: 6763727.
HSL color Cylindrical-coordinate representation of color #CF3467: hue angle of 340.26º 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 #CF3467 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 103 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.19 |
| HSL | 340.26º | 0.62% | 0.51% | - |
| HSV(B) | 340.26º | 0.75% | 0.81% | - |
| XYZ | 29.41 | 16.7 | 14.51 | - |
| YUV | 104.16 | 127.35 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 103 | 0 | 0.75 | 0.50 | 0.19 | 340.26 | 0.62 | 0.51 |
| Hex | CF | 34 | 67 | 0 | 4B | 32 | 13 | 154 | 3E | 33 |
| Octal | 317 | 64 | 147 | 0 | 113 | 62 | 23 | 524 | 76 | 63 |
| Binary | 11001111 | 110100 | 1100111 | 0 | 1001011 | 110010 | 10011 | 101010100 | 111110 | 110011 |
Color Harmonies of #CF3467
Complementary color
Monochromatic Colors of #CF3467
Black with #CF3467
Text Example
Text Example
White with #CF3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3467; }
p { color: rgb(207,52,103); }
H1.HeaderClassName
{
color: #CF3467;
}
.AnyTagClassName
{
color: #CF3467;
}
</style>
background-color css
<style>
a { background-color: #CF3467; }
a { background-color: rgb(207,52,103); }
div.DivClassName
{
background-color: #CF3467;
}
.BgClassName
{
background-color: #CF3467;
}
</style>
border-color css
<style>
span { border-color: #CF3467; }
span { border-color: rgb(207,52,103); }
td.TdClassName
{
border-color: #CF3467;
}
.TagClassName
{
border-color: #CF3467;
}
</style>