Html Css Color HEX #CE368D Deep Cerise

📋 copy color: '#CE368D'

red 206 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #CE368D

Tints of Deep Cerise #CE368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 51.37%
G = 13.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE368D (or 0xCE368D) is known color: Deep Cerise. HEX triplet: CE, 36 and 8D. RGB value is (206,54,141). Sum of RGB (Red+Green+Blue) = 206+54+141=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368D is #31C972. Grayscale: #6D6D6D. Windows color (decimal): -3262835 or 9254606. OLE color: 9254606.

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

Color convert

RGB 206 54 141 -
CMYK 0 0.74 0.32 0.19
HSL 325.66º 0.61% 0.51% -
HSV(B) 325.66º 0.74% 0.81% -
XYZ 31.58 17.68 26.95 -
YUV 109.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 206 54 141 0 0.74 0.32 0.19 325.66 0.61 0.51
Hex CE 36 8D 0 4A 20 13 146 3D 33
Octal 316 66 215 0 112 40 23 506 75 63
Binary 11001110 110110 10001101 0 1001010 100000 10011 101000110 111101 110011

Color Harmonies of #CE368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE368D

Black with #CE368D

Text Example


Text Example

White with #CE368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE368D; }

 p { color: rgb(206,54,141); }

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

background-color css

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

 a { background-color: rgb(206,54,141); }

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

border-color css

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

 span { border-color: rgb(206,54,141); }

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