Html Css Color HEX #CE315A Cerise

📋 copy color: '#CE315A'

red 206 ◦ green 49 ◦ blue 90

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

Shades of Cerise #CE315A

Tints of Cerise #CE315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 59.71%
G = 14.2%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE315A (or 0xCE315A) is known color: Cerise. HEX triplet: CE, 31 and 5A. RGB value is (206,49,90). Sum of RGB (Red+Green+Blue) = 206+49+90=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE315A is #31CEA5. Grayscale: #646464. Windows color (decimal): -3264166 or 5910990. OLE color: 5910990.

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

Color convert

RGB 206 49 90 -
CMYK 0 0.76 0.56 0.19
HSL 344.33º 0.62% 0.5% -
HSV(B) 344.33º 0.76% 0.81% -
XYZ 28.4 16.06 11.28 -
YUV 100.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 206 49 90 0 0.76 0.56 0.19 344.33 0.62 0.5
Hex CE 31 5A 0 4C 38 13 158 3E 32
Octal 316 61 132 0 114 70 23 530 76 62
Binary 11001110 110001 1011010 0 1001100 111000 10011 101011000 111110 110010

Color Harmonies of #CE315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE315A

Black with #CE315A

Text Example


Text Example

White with #CE315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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