#ce306a

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

Shades of Cerise #CE306A

Tints of Cerise #CE306A

Color information

#CE306A (or 0xCE306A) is unknown color: approx Cerise. HEX triplet: CE, 30 and 6A. RGB value is (206,48,106). Sum of RGB (Red+Green+Blue) = 206+48+106=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE306A is #31CF95. Grayscale: #656565. Windows color (decimal): -3264406 or 6959310. OLE color: 6959310.

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

Color convert

RGB20648106-
CMYK00.770.490.19
HSL337.97º62.2%49.8%-
HSV(B)337.97º76.7%80.78%-
XYZ29.1116.2815.24-
YUV101.85130.35202.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.22%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=57.22%
G=13.33%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064810600.770.490.19337.9762.249.8
HexCE306A04D31131523e32
Octal31660152011561235227662
Binary1100111011000011010100100110111000110011101010010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce306a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce306a; }

 p { color: rgb(206,48,106); }

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

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

 a { background-color: rgb(206,48,106); }

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

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

 span { border-color: rgb(206,48,106); }

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