Html Css Color HEX #CE316F Cerise

📋 copy color: '#CE316F'

red 206 ◦ green 49 ◦ blue 111

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

Shades of Cerise #CE316F

Tints of Cerise #CE316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 56.28%
G = 13.39%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE316F (or 0xCE316F) is known color: Cerise. HEX triplet: CE, 31 and 6F. RGB value is (206,49,111). Sum of RGB (Red+Green+Blue) = 206+49+111=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE316F is #31CE90. Grayscale: #666666. Windows color (decimal): -3264145 or 7287246. OLE color: 7287246.

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

Color convert

RGB 206 49 111 -
CMYK 0 0.76 0.46 0.19
HSL 336.31º 0.62% 0.5% -
HSV(B) 336.31º 0.76% 0.81% -
XYZ 29.42 16.47 16.67 -
YUV 103.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 206 49 111 0 0.76 0.46 0.19 336.31 0.62 0.5
Hex CE 31 6F 0 4C 2E 13 150 3E 32
Octal 316 61 157 0 114 56 23 520 76 62
Binary 11001110 110001 1101111 0 1001100 101110 10011 101010000 111110 110010

Color Harmonies of #CE316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE316F

Black with #CE316F

Text Example


Text Example

White with #CE316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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