Html Css Color HEX #CE398E Deep Cerise

📋 copy color: '#CE398E'

red 206 ◦ green 57 ◦ blue 142

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

Shades of Deep Cerise #CE398E

Tints of Deep Cerise #CE398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

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

R = 50.86%
G = 14.07%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE398E (or 0xCE398E) is known color: Deep Cerise. HEX triplet: CE, 39 and 8E. RGB value is (206,57,142). Sum of RGB (Red+Green+Blue) = 206+57+142=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE398E is #31C671. Grayscale: #6F6F6F. Windows color (decimal): -3262066 or 9320910. OLE color: 9320910.

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

Color convert

RGB 206 57 142 -
CMYK 0 0.72 0.31 0.19
HSL 325.77º 0.6% 0.52% -
HSV(B) 325.77º 0.72% 0.81% -
XYZ 31.8 18 27.39 -
YUV 111.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 206 57 142 0 0.72 0.31 0.19 325.77 0.6 0.52
Hex CE 39 8E 0 48 1F 13 146 3C 34
Octal 316 71 216 0 110 37 23 506 74 64
Binary 11001110 111001 10001110 0 1001000 11111 10011 101000110 111100 110100

Color Harmonies of #CE398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE398E

Black with #CE398E

Text Example


Text Example

White with #CE398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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