Html Css Color HEX #CE315D Cerise

📋 copy color: '#CE315D'

red 206 ◦ green 49 ◦ blue 93

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

Shades of Cerise #CE315D

Tints of Cerise #CE315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 59.2%
G = 14.08%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE315D (or 0xCE315D) is known color: Cerise. HEX triplet: CE, 31 and 5D. RGB value is (206,49,93). Sum of RGB (Red+Green+Blue) = 206+49+93=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE315D is #31CEA2. Grayscale: #646464. Windows color (decimal): -3264163 or 6107598. OLE color: 6107598.

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

Color convert

RGB 206 49 93 -
CMYK 0 0.76 0.55 0.19
HSL 343.18º 0.62% 0.5% -
HSV(B) 343.18º 0.76% 0.81% -
XYZ 28.53 16.11 11.96 -
YUV 100.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 206 49 93 0 0.76 0.55 0.19 343.18 0.62 0.5
Hex CE 31 5D 0 4C 37 13 157 3E 32
Octal 316 61 135 0 114 67 23 527 76 62
Binary 11001110 110001 1011101 0 1001100 110111 10011 101010111 111110 110010

Color Harmonies of #CE315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE315D

Black with #CE315D

Text Example


Text Example

White with #CE315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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