Html Css Color HEX #CE315E Cerise

📋 copy color: '#CE315E'

red 206 ◦ green 49 ◦ blue 94

#CE315E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CE315E

Tints of Cerise #CE315E

RGB

 RED value IS 206 (80.86% from 255) = 59.03%

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 59.03%
G = 14.04%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE315E (or 0xCE315E) is known color: Cerise. HEX triplet: CE, 31 and 5E. RGB value is (206,49,94). Sum of RGB (Red+Green+Blue) = 206+49+94=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE315E is #31CEA1. Grayscale: #656565. Windows color (decimal): -3264162 or 6173134. OLE color: 6173134.

HSL color Cylindrical-coordinate representation of color #CE315E: hue angle of 342.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE315E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 94 -
CMYK 0 0.76 0.54 0.19
HSL 342.8º 0.62% 0.5% -
HSV(B) 342.8º 0.76% 0.81% -
XYZ 28.57 16.13 12.2 -
YUV 101.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 206 49 94 0 0.76 0.54 0.19 342.8 0.62 0.5
Hex CE 31 5E 0 4C 36 13 157 3E 32
Octal 316 61 136 0 114 66 23 527 76 62
Binary 11001110 110001 1011110 0 1001100 110110 10011 101010111 111110 110010

Color Harmonies of #CE315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE315E

Black with #CE315E

Text Example


Text Example

White with #CE315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE315E; }

 p { color: rgb(206,49,94); }

 H1.HeaderClassName
 {
   color: #CE315E;
 }
 .AnyTagClassName
 {
   color: #CE315E;
 }
</style>

background-color css

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

 a { background-color: rgb(206,49,94); }

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

border-color css

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

 span { border-color: rgb(206,49,94); }

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