Html Css Color HEX #CE328D Deep Cerise

📋 copy color: '#CE328D'

red 206 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #CE328D

Tints of Deep Cerise #CE328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.59%

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

R = 51.89%
G = 12.59%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE328D (or 0xCE328D) is known color: Deep Cerise. HEX triplet: CE, 32 and 8D. RGB value is (206,50,141). Sum of RGB (Red+Green+Blue) = 206+50+141=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE328D is #31CD72. Grayscale: #6A6A6A. Windows color (decimal): -3263859 or 9253582. OLE color: 9253582.

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

Color convert

RGB 206 50 141 -
CMYK 0 0.76 0.32 0.19
HSL 325º 0.61% 0.5% -
HSV(B) 325º 0.76% 0.81% -
XYZ 31.4 17.33 26.89 -
YUV 107.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 206 50 141 0 0.76 0.32 0.19 325 0.61 0.5
Hex CE 32 8D 0 4C 20 13 145 3D 32
Octal 316 62 215 0 114 40 23 505 75 62
Binary 11001110 110010 10001101 0 1001100 100000 10011 101000101 111101 110010

Color Harmonies of #CE328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE328D

Black with #CE328D

Text Example


Text Example

White with #CE328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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