Html Css Color HEX #CE298E Deep Cerise

📋 copy color: '#CE298E'

red 206 ◦ green 41 ◦ blue 142

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

Shades of Deep Cerise #CE298E

Tints of Deep Cerise #CE298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 52.96%
G = 10.54%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE298E (or 0xCE298E) is known color: Deep Cerise. HEX triplet: CE, 29 and 8E. RGB value is (206,41,142). Sum of RGB (Red+Green+Blue) = 206+41+142=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE298E is #31D671. Grayscale: #656565. Windows color (decimal): -3266162 or 9316814. OLE color: 9316814.

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

Color convert

RGB 206 41 142 -
CMYK 0 0.80 0.31 0.19
HSL 323.27º 0.67% 0.48% -
HSV(B) 323.27º 0.8% 0.81% -
XYZ 31.13 16.66 27.17 -
YUV 101.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 206 41 142 0 0.80 0.31 0.19 323.27 0.67 0.48
Hex CE 29 8E 0 50 1F 13 143 43 30
Octal 316 51 216 0 120 37 23 503 103 60
Binary 11001110 101001 10001110 0 1010000 11111 10011 101000011 1000011 110000

Color Harmonies of #CE298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE298E

Black with #CE298E

Text Example


Text Example

White with #CE298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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