#CE3A85

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

Shades of Deep Cerise #CE3A85

Tints of Deep Cerise #CE3A85

Color information

#CE3A85 (or 0xCE3A85) is unknown color: approx Deep Cerise. HEX triplet: CE, 3A and 85. RGB value is (206,58,133). Sum of RGB (Red+Green+Blue) = 206+58+133=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A85 is #31C57A. Grayscale: #6E6E6E. Windows color (decimal): -3261819 or 8731342. OLE color: 8731342.

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

Color convert

RGB20658133-
CMYK00.720.350.19
HSL329.59º60.16%51.76%-
HSV(B)329.59º71.84%80.78%-
XYZ31.217.8423.99-
YUV110.8140.53195.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=51.89%
G=14.61%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065813300.720.350.19329.5960.1651.76
HexCE3A85048231314a3c34
Octal31672205011043235127464
Binary11001110111010100001010100100010001110011101001010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3A85; }

 p { color: rgb(206,58,133); }

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

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

 a { background-color: rgb(206,58,133); }

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

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

 span { border-color: rgb(206,58,133); }

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