Html Css Color HEX #CE388E Deep Cerise

📋 copy color: '#CE388E'

red 206 ◦ green 56 ◦ blue 142

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

Shades of Deep Cerise #CE388E

Tints of Deep Cerise #CE388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.86%

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

R = 50.99%
G = 13.86%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE388E (or 0xCE388E) is known color: Deep Cerise. HEX triplet: CE, 38 and 8E. RGB value is (206,56,142). Sum of RGB (Red+Green+Blue) = 206+56+142=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE388E is #31C771. Grayscale: #6E6E6E. Windows color (decimal): -3262322 or 9320654. OLE color: 9320654.

HSL color Cylindrical-coordinate representation of color #CE388E: hue angle of 325.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE388E is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 142 -
CMYK 0 0.73 0.31 0.19
HSL 325.6º 0.6% 0.51% -
HSV(B) 325.6º 0.73% 0.81% -
XYZ 31.75 17.9 27.37 -
YUV 110.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 206 56 142 0 0.73 0.31 0.19 325.6 0.6 0.51
Hex CE 38 8E 0 49 1F 13 146 3C 33
Octal 316 70 216 0 111 37 23 506 74 63
Binary 11001110 111000 10001110 0 1001001 11111 10011 101000110 111100 110011

Color Harmonies of #CE388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE388E

Black with #CE388E

Text Example


Text Example

White with #CE388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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