Html Css Color HEX #CE2C8D Deep Cerise

📋 copy color: '#CE2C8D'

red 206 ◦ green 44 ◦ blue 141

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

Shades of Deep Cerise #CE2C8D

Tints of Deep Cerise #CE2C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.25%

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

R = 52.69%
G = 11.25%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE2C8D (or 0xCE2C8D) is known color: Deep Cerise. HEX triplet: CE, 2C and 8D. RGB value is (206,44,141). Sum of RGB (Red+Green+Blue) = 206+44+141=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2C8D is #31D372. Grayscale: #676767. Windows color (decimal): -3265395 or 9252046. OLE color: 9252046.

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

Color convert

RGB 206 44 141 -
CMYK 0 0.79 0.32 0.19
HSL 324.07º 0.65% 0.49% -
HSV(B) 324.07º 0.79% 0.81% -
XYZ 31.16 16.85 26.81 -
YUV 103.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 206 44 141 0 0.79 0.32 0.19 324.07 0.65 0.49
Hex CE 2C 8D 0 4F 20 13 144 41 31
Octal 316 54 215 0 117 40 23 504 101 61
Binary 11001110 101100 10001101 0 1001111 100000 10011 101000100 1000001 110001

Color Harmonies of #CE2C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2C8D

Black with #CE2C8D

Text Example


Text Example

White with #CE2C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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