Html Css Color HEX #CE295E Cerise

📋 copy color: '#CE295E'

red 206 ◦ green 41 ◦ blue 94

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

Shades of Cerise #CE295E

Tints of Cerise #CE295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 60.41%
G = 12.02%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE295E (or 0xCE295E) is known color: Cerise. HEX triplet: CE, 29 and 5E. RGB value is (206,41,94). Sum of RGB (Red+Green+Blue) = 206+41+94=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE295E is #31D6A1. Grayscale: #606060. Windows color (decimal): -3266210 or 6171086. OLE color: 6171086.

HSL color Cylindrical-coordinate representation of color #CE295E: hue angle of 340.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE295E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 94 -
CMYK 0 0.80 0.54 0.19
HSL 340.73º 0.67% 0.48% -
HSV(B) 340.73º 0.8% 0.81% -
XYZ 28.27 15.52 12.09 -
YUV 96.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 206 41 94 0 0.80 0.54 0.19 340.73 0.67 0.48
Hex CE 29 5E 0 50 36 13 155 43 30
Octal 316 51 136 0 120 66 23 525 103 60
Binary 11001110 101001 1011110 0 1010000 110110 10011 101010101 1000011 110000

Color Harmonies of #CE295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE295E

Black with #CE295E

Text Example


Text Example

White with #CE295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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