Html Css Color HEX #CE328E Deep Cerise

📋 copy color: '#CE328E'

red 206 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #CE328E

Tints of Deep Cerise #CE328E

RGB

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

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

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

R = 51.76%
G = 12.56%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE328E (or 0xCE328E) is known color: Deep Cerise. HEX triplet: CE, 32 and 8E. RGB value is (206,50,142). Sum of RGB (Red+Green+Blue) = 206+50+142=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE328E is #31CD71. Grayscale: #6A6A6A. Windows color (decimal): -3263858 or 9319118. OLE color: 9319118.

HSL color Cylindrical-coordinate representation of color #CE328E: hue angle of 324.62º 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 #CE328E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 142 -
CMYK 0 0.76 0.31 0.19
HSL 324.62º 0.61% 0.5% -
HSV(B) 324.62º 0.76% 0.81% -
XYZ 31.48 17.36 27.28 -
YUV 107.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 206 50 142 0 0.76 0.31 0.19 324.62 0.61 0.5
Hex CE 32 8E 0 4C 1F 13 145 3D 32
Octal 316 62 216 0 114 37 23 505 75 62
Binary 11001110 110010 10001110 0 1001100 11111 10011 101000101 111101 110010

Color Harmonies of #CE328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE328E

Black with #CE328E

Text Example


Text Example

White with #CE328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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