Html Css Color HEX #CE316E Cerise

📋 copy color: '#CE316E'

red 206 ◦ green 49 ◦ blue 110

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

Shades of Cerise #CE316E

Tints of Cerise #CE316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 56.44%
G = 13.42%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE316E (or 0xCE316E) is known color: Cerise. HEX triplet: CE, 31 and 6E. RGB value is (206,49,110). Sum of RGB (Red+Green+Blue) = 206+49+110=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE316E is #31CE91. Grayscale: #666666. Windows color (decimal): -3264146 or 7221710. OLE color: 7221710.

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

Color convert

RGB 206 49 110 -
CMYK 0 0.76 0.47 0.19
HSL 336.69º 0.62% 0.5% -
HSV(B) 336.69º 0.76% 0.81% -
XYZ 29.37 16.44 16.38 -
YUV 102.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 206 49 110 0 0.76 0.47 0.19 336.69 0.62 0.5
Hex CE 31 6E 0 4C 2F 13 151 3E 32
Octal 316 61 156 0 114 57 23 521 76 62
Binary 11001110 110001 1101110 0 1001100 101111 10011 101010001 111110 110010

Color Harmonies of #CE316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE316E

Black with #CE316E

Text Example


Text Example

White with #CE316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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