Html Css Color HEX #CE298F Deep Cerise

📋 copy color: '#CE298F'

red 206 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #CE298F

Tints of Deep Cerise #CE298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 52.82%
G = 10.51%
B = 36.67%

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

#CE298F (or 0xCE298F) is known color: Deep Cerise. HEX triplet: CE, 29 and 8F. RGB value is (206,41,143). Sum of RGB (Red+Green+Blue) = 206+41+143=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE298F is #31D670. Grayscale: #656565. Windows color (decimal): -3266161 or 9382350. OLE color: 9382350.

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

Color convert

RGB 206 41 143 -
CMYK 0 0.80 0.31 0.19
HSL 322.91º 0.67% 0.48% -
HSV(B) 322.91º 0.8% 0.81% -
XYZ 31.2 16.69 27.56 -
YUV 101.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 206 41 143 0 0.80 0.31 0.19 322.91 0.67 0.48
Hex CE 29 8F 0 50 1F 13 143 43 30
Octal 316 51 217 0 120 37 23 503 103 60
Binary 11001110 101001 10001111 0 1010000 11111 10011 101000011 1000011 110000

Color Harmonies of #CE298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE298F

Black with #CE298F

Text Example


Text Example

White with #CE298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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