Html Css Color HEX #CE295D Cerise

📋 copy color: '#CE295D'

red 206 ◦ green 41 ◦ blue 93

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

Shades of Cerise #CE295D

Tints of Cerise #CE295D

RGB

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

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

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

R = 60.59%
G = 12.06%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE295D (or 0xCE295D) is known color: Cerise. HEX triplet: CE, 29 and 5D. RGB value is (206,41,93). Sum of RGB (Red+Green+Blue) = 206+41+93=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE295D is #31D6A2. Grayscale: #606060. Windows color (decimal): -3266211 or 6105550. OLE color: 6105550.

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

Color convert

RGB 206 41 93 -
CMYK 0 0.80 0.55 0.19
HSL 341.09º 0.67% 0.48% -
HSV(B) 341.09º 0.8% 0.81% -
XYZ 28.22 15.5 11.86 -
YUV 96.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 206 41 93 0 0.80 0.55 0.19 341.09 0.67 0.48
Hex CE 29 5D 0 50 37 13 155 43 30
Octal 316 51 135 0 120 67 23 525 103 60
Binary 11001110 101001 1011101 0 1010000 110111 10011 101010101 1000011 110000

Color Harmonies of #CE295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE295D

Black with #CE295D

Text Example


Text Example

White with #CE295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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