#CE367F

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

Shades of Deep Cerise #CE367F

Tints of Deep Cerise #CE367F

Color information

#CE367F (or 0xCE367F) is unknown color: approx Deep Cerise. HEX triplet: CE, 36 and 7F. RGB value is (206,54,127). Sum of RGB (Red+Green+Blue) = 206+54+127=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE367F is #31C980. Grayscale: #6B6B6B. Windows color (decimal): -3262849 or 8337102. OLE color: 8337102.

HSL color Cylindrical-coordinate representation of color #CE367F: hue angle of 331.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE367F is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20654127-
CMYK00.740.380.19
HSL331.18º60.8%50.98%-
HSV(B)331.18º73.79%80.78%-
XYZ30.617.2921.8-
YUV107.77138.86198.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 127 (50% from 255) = 32.82%
R=53.23%
G=13.95%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065412700.740.380.19331.1860.850.98
HexCE367F04A261314b3d33
Octal31666177011246235137563
Binary1100111011011011111110100101010011010011101001011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE367F; }

 p { color: rgb(206,54,127); }

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

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

 a { background-color: rgb(206,54,127); }

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

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

 span { border-color: rgb(206,54,127); }

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