#CF308B

Color #CF308B Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CF308B

Tints of Deep Cerise #CF308B

Color information

#CF308B (or 0xCF308B) is unknown color: approx Deep Cerise. HEX triplet: CF, 30 and 8B. RGB value is (207,48,139). Sum of RGB (Red+Green+Blue) = 207+48+139=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF308B is #30CF74. Grayscale: #696969. Windows color (decimal): -3198837 or 9121999. OLE color: 9121999.

HSL color Cylindrical-coordinate representation of color #CF308B: hue angle of 325.66º 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 #CF308B is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20748139-
CMYK00.770.330.19
HSL325.66º62.35%50%-
HSV(B)325.66º76.81%81.18%-
XYZ31.4517.2426.1-
YUV105.92146.68200.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 52.54%
GREEN value IS 48 (19.14% from 255) = 12.18%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=52.54%
G=12.18%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074813900.770.330.19325.6662.3550
HexCF308B04D21131463e32
Octal31760213011541235067662
Binary11001111110000100010110100110110000110011101000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF308B; }

 p { color: rgb(207,48,139); }

 H1.HeaderClassName
 {
   color: #CF308B;
 }
 .AnyTagClassName
 {
   color: #CF308B;
 }
</style>
background-color css

<style>
 a { background-color: #CF308B; }

 a { background-color: rgb(207,48,139); }

 div.DivClassName
 {
   background-color: #CF308B;
 }
 .BgClassName
 {
   background-color: #CF308B;
 }
</style>
border-color css

<style>
 span { border-color: #CF308B; }

 span { border-color: rgb(207,48,139); }

 td.TdClassName
 {
   border-color: #CF308B;
 }
 .TagClassName
 {
   border-color: #CF308B;
 }
</style>