Html Css Color HEX #CE329E Deep Cerise

📋 copy color: '#CE329E'

red 206 ◦ green 50 ◦ blue 158

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

Shades of Deep Cerise #CE329E

Tints of Deep Cerise #CE329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 49.76%
G = 12.08%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE329E (or 0xCE329E) is known color: Deep Cerise. HEX triplet: CE, 32 and 9E. RGB value is (206,50,158). Sum of RGB (Red+Green+Blue) = 206+50+158=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE329E is #31CD61. Grayscale: #6C6C6C. Windows color (decimal): -3263842 or 10367694. OLE color: 10367694.

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

Color convert

RGB 206 50 158 -
CMYK 0 0.76 0.23 0.19
HSL 318.46º 0.61% 0.5% -
HSV(B) 318.46º 0.76% 0.81% -
XYZ 32.77 17.87 34.07 -
YUV 108.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 206 50 158 0 0.76 0.23 0.19 318.46 0.61 0.5
Hex CE 32 9E 0 4C 17 13 13E 3D 32
Octal 316 62 236 0 114 27 23 476 75 62
Binary 11001110 110010 10011110 0 1001100 10111 10011 100111110 111101 110010

Color Harmonies of #CE329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE329E

Black with #CE329E

Text Example


Text Example

White with #CE329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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