Html Css Color HEX #CE298A Deep Cerise

📋 copy color: '#CE298A'

red 206 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #CE298A

Tints of Deep Cerise #CE298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 53.51%
G = 10.65%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE298A (or 0xCE298A) is known color: Deep Cerise. HEX triplet: CE, 29 and 8A. RGB value is (206,41,138). Sum of RGB (Red+Green+Blue) = 206+41+138=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE298A is #31D675. Grayscale: #656565. Windows color (decimal): -3266166 or 9054670. OLE color: 9054670.

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

Color convert

RGB 206 41 138 -
CMYK 0 0.80 0.33 0.19
HSL 324.73º 0.67% 0.48% -
HSV(B) 324.73º 0.8% 0.81% -
XYZ 30.83 16.54 25.61 -
YUV 101.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 206 41 138 0 0.80 0.33 0.19 324.73 0.67 0.48
Hex CE 29 8A 0 50 21 13 145 43 30
Octal 316 51 212 0 120 41 23 505 103 60
Binary 11001110 101001 10001010 0 1010000 100001 10011 101000101 1000011 110000

Color Harmonies of #CE298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE298A

Black with #CE298A

Text Example


Text Example

White with #CE298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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