Html Css Color HEX #CE296F Cerise

📋 copy color: '#CE296F'

red 206 ◦ green 41 ◦ blue 111

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

Shades of Cerise #CE296F

Tints of Cerise #CE296F

RGB

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

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

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

R = 57.54%
G = 11.45%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE296F (or 0xCE296F) is known color: Cerise. HEX triplet: CE, 29 and 6F. RGB value is (206,41,111). Sum of RGB (Red+Green+Blue) = 206+41+111=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE296F is #31D690. Grayscale: #626262. Windows color (decimal): -3266193 or 7285198. OLE color: 7285198.

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

Color convert

RGB 206 41 111 -
CMYK 0 0.80 0.46 0.19
HSL 334.55º 0.67% 0.48% -
HSV(B) 334.55º 0.8% 0.81% -
XYZ 29.12 15.86 16.56 -
YUV 98.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 206 41 111 0 0.80 0.46 0.19 334.55 0.67 0.48
Hex CE 29 6F 0 50 2E 13 14F 43 30
Octal 316 51 157 0 120 56 23 517 103 60
Binary 11001110 101001 1101111 0 1010000 101110 10011 101001111 1000011 110000

Color Harmonies of #CE296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE296F

Black with #CE296F

Text Example


Text Example

White with #CE296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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