Html Css Color HEX #CE289B Deep Cerise

📋 copy color: '#CE289B'

red 206 ◦ green 40 ◦ blue 155

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

Shades of Deep Cerise #CE289B

Tints of Deep Cerise #CE289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 51.37%
G = 9.98%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE289B (or 0xCE289B) is known color: Deep Cerise. HEX triplet: CE, 28 and 9B. RGB value is (206,40,155). Sum of RGB (Red+Green+Blue) = 206+40+155=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE289B is #31D764. Grayscale: #666666. Windows color (decimal): -3266405 or 10168526. OLE color: 10168526.

HSL color Cylindrical-coordinate representation of color #CE289B: hue angle of 318.43º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE289B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 40 155 -
CMYK 0 0.81 0.25 0.19
HSL 318.43º 0.67% 0.48% -
HSV(B) 318.43º 0.81% 0.81% -
XYZ 32.13 17.01 32.6 -
YUV 102.74 157.5 201.65 -
System Red Green Blue C M Y K H S L
Decimal 206 40 155 0 0.81 0.25 0.19 318.43 0.67 0.48
Hex CE 28 9B 0 51 19 13 13E 43 30
Octal 316 50 233 0 121 31 23 476 103 60
Binary 11001110 101000 10011011 0 1010001 11001 10011 100111110 1000011 110000

Color Harmonies of #CE289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE289B

Black with #CE289B

Text Example


Text Example

White with #CE289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE289B; }

 p { color: rgb(206,40,155); }

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

background-color css

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

 a { background-color: rgb(206,40,155); }

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

border-color css

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

 span { border-color: rgb(206,40,155); }

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