#CE3B8B

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

Shades of Deep Cerise #CE3B8B

Tints of Deep Cerise #CE3B8B

Color information

#CE3B8B (or 0xCE3B8B) is unknown color: approx Deep Cerise. HEX triplet: CE, 3B and 8B. RGB value is (206,59,139). Sum of RGB (Red+Green+Blue) = 206+59+139=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3B8B is #31C474. Grayscale: #6F6F6F. Windows color (decimal): -3261557 or 9124814. OLE color: 9124814.

HSL color Cylindrical-coordinate representation of color #CE3B8B: hue angle of 327.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B8B is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20659139-
CMYK00.710.330.19
HSL327.35º60%51.96%-
HSV(B)327.35º71.36%80.78%-
XYZ31.6818.1126.25-
YUV112.07143.2195-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 59 (23.44% from 255) = 14.60%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=50.99%
G=14.60%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065913900.710.330.19327.356051.96
HexCE3B8B04721131473c34
Octal31673213010741235077464
Binary11001110111011100010110100011110000110011101000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3B8B; }

 p { color: rgb(206,59,139); }

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

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

 a { background-color: rgb(206,59,139); }

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

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

 span { border-color: rgb(206,59,139); }

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